Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[KOGITO-9613] Adding persistence support to executor #3133

Merged
merged 4 commits into from
Jul 26, 2023

Conversation

fjtirado
Copy link
Contributor

@fjtirado fjtirado commented Jul 24, 2023

New method added to StaticWorkfApplication. This method accepts the ProcessInstancesFactory object of the persistence addon
Usage example

  try (StaticWorkflowApplication application =
                StaticWorkflowApplication.create().processInstancesFactory(new RocksDBProcessInstancesFactory(new Options().setCreateIfMissing(true), tempDir.toString())))

Also added persistence addon support to definitions addon

Copy link
Contributor

@cristianonicolai cristianonicolai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fjtirado just a small comment, otherwise looks good

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 24, 2023

(tests) - kogito-runtimes job #2921 was: UNSTABLE
Possible explanation: This should be test failures

Reproducer

export BUILD_MVN_OPTS_CURRENT=-T 1C -Dvalidate-formatting -Prun-code-coverage
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-runtimes -u https://github.com/kiegroup/kogito-runtimes/pull/3133 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.kogito-runtimes/2921/display/redirect

Test results:

  • PASSED: 3356
  • FAILED: 1

Those are the test failures:

org.kie.kogito.serverless.workflow.executor.WorkflowEventSubscriberTest.testCallbackSubscriberWithPersistence(Path)
Expecting an empty Optional but was containing value: id=c838d6e6-9d79-4035-aaf7-786f7eb33474, workflowdata={"slogan":"Viva er Beti"}

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 24, 2023

(tests) - kogito-runtimes job #2922 was: UNSTABLE
Possible explanation: This should be test failures

Reproducer

export BUILD_MVN_OPTS_CURRENT=-T 1C -Dvalidate-formatting -Prun-code-coverage
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-runtimes -u https://github.com/kiegroup/kogito-runtimes/pull/3133 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.kogito-runtimes/2922/display/redirect

Test results:

  • PASSED: 3356
  • FAILED: 1

Those are the test failures:

org.kie.kogito.persistence.kafka.KafkaProcessInstancesIT.testFindByIdReadMode
expected: 5
but was: 0

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 25, 2023

(tests) - kogito-quarkus-examples job #1268 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Reproducer

export BUILD_MVN_OPTS_CURRENT=
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-examples -u https://github.com/kiegroup/kogito-runtimes/pull/3133 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-quarkus-examples/1268/display/redirect
See console log:

Console Logs GitHub pull request #3133 of commit 168c5f5, no merge conflicts.
Setting status of 168c5f5 to PENDING with url https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-quarkus-examples/1268/display/redirect and message: 'Build started.'
Using context: (build) kogito-quarkus-examples
Checking out git https://github.com/kiegroup/kogito-pipelines.git into /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-quarkus-examples/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92 to read .ci/jenkins/Jenkinsfile.buildchain
The recommended git tool is: NONE
using credential kie-ci3
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-quarkus-examples/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Commit message: "Add release branch 1.42.x after cut-off"
> git rev-list --no-walk 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Loading library jenkins-pipeline-shared-libraries@main
Attempting to resolve main from remote references...
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh4968554791216316380.key
Verifying host key using manually-configured host key entries
> git ls-remote -h -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Found match: refs/heads/main revision 154102e8350a7d952396c3a28edb983df906baec
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential kie-ci-user-key
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-quarkus-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/kiegroup/jenkins-pipeline-shared-libraries
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-quarkus-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh14432963003332531845.key
Verifying host key using manually-configured host key entries
> git fetch --no-tags --force --progress -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 154102e8350a7d952396c3a28edb983df906baec (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 154102e8350a7d952396c3a28edb983df906baec # timeout=10
Commit message: "Add `githubscm.deleteReleaseAndTag` method (#291)"
> git rev-list --no-walk 154102e8350a7d952396c3a28edb983df906baec # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
All nodes of label ‘kie-rhel8&&docker&&kie-mem16g&&!built-in’ are offline
Running on rhos-01-kie-rhel8-xlarge-docker-1121 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci3
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
Commit message: "Add release branch 1.42.x after cut-off"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-07-25T09:23:22.001Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[2023-07-25T09:23:22.114Z] Installing NodeJS from /var/jenkins_home/caches/nodejs/LINUX/amd64/16.2.0.tar.gz to /home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0 on rhos-01-kie-rhel8-xlarge-docker-1121
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:23:24.530Z] + printenv
[Pipeline] archiveArtifacts
[2023-07-25T09:23:24.600Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2023-07-25T09:23:25.300Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:23:25.335Z] [INFO] space left on the machine
[Pipeline] sh
[2023-07-25T09:23:25.624Z] + df -h
[2023-07-25T09:23:25.625Z] Filesystem Size Used Avail Use% Mounted on
[2023-07-25T09:23:25.625Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-07-25T09:23:25.625Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-07-25T09:23:25.625Z] tmpfs 7.7G 17M 7.7G 1% /run
[2023-07-25T09:23:25.625Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-07-25T09:23:25.625Z] /dev/vda3 80G 22G 59G 28% /
[2023-07-25T09:23:25.625Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-07-25T09:23:25.625Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-07-25T09:23:25.649Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-07-25T09:23:25.933Z] + du -h -d1 /home/jenkins
[2023-07-25T09:23:25.934Z] 4.0K /home/jenkins/.ssh
[2023-07-25T09:23:25.934Z] 0 /home/jenkins/go
[2023-07-25T09:23:25.934Z] 8.0K /home/jenkins/.vnc
[2023-07-25T09:23:25.934Z] 8.0K /home/jenkins/.m2
[2023-07-25T09:23:25.934Z] 2.2G /home/jenkins/git-repos
[2023-07-25T09:23:25.934Z] 8.0K /home/jenkins/.config
[2023-07-25T09:23:26.190Z] du: cannot read directory '/home/jenkins/virtenvs/swf': Permission denied
[2023-07-25T09:23:26.190Z] 136M /home/jenkins/virtenvs
[2023-07-25T09:23:26.190Z] 4.0K /home/jenkins/.cekit
[2023-07-25T09:23:26.190Z] 32M /home/jenkins/remoting
[2023-07-25T09:23:26.190Z] 0 /home/jenkins/.cache
[2023-07-25T09:23:26.190Z] 13M /home/jenkins/workspace
[2023-07-25T09:23:26.190Z] 100M /home/jenkins/tools
[2023-07-25T09:23:26.190Z] 0 /home/jenkins/caches
[2023-07-25T09:23:26.190Z] 2.5G /home/jenkins
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
[2023-07-25T09:23:26.259Z] Error when checking the space on node ... hudson.AbortException: script returned exit code 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:23:26.589Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-07-25T09:23:26.669Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-07-25T09:23:26.972Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-07-25T09:23:31.141Z]
[2023-07-25T09:23:31.141Z] added 95 packages, and audited 96 packages in 4s
[2023-07-25T09:23:31.141Z]
[2023-07-25T09:23:31.141Z] 5 packages are looking for funding
[2023-07-25T09:23:31.141Z] run `npm fund` for details
[2023-07-25T09:23:31.141Z]
[2023-07-25T09:23:31.141Z] found 0 vulnerabilities
[Pipeline] sh
[2023-07-25T09:23:31.432Z] + npm list -g
[2023-07-25T09:23:31.432Z] + grep build-chain
[2023-07-25T09:23:31.688Z] ├── @kie/[email protected]
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:23:32.203Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-07-25T09:23:32.237Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2023-07-25T09:23:32.257Z] provisioning config files...
[2023-07-25T09:23:32.264Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples@tmp/config16518783652225930612tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-07-25T09:23:32.308Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:23:32.353Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples@tmp/config16518783652225930612tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-07-25T09:23:32.378Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-07-25T09:23:32.378Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-07-25T09:23:32.378Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-07-25T09:23:32.669Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-07-25T09:23:32.669Z] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples@tmp/durable-a9b63db9/script.sh: line 2: /home/jenkins/virtenvs/swf/bin/activate: Permission denied
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-25T09:23:32.758Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:23:33.179Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-25T09:23:33.213Z] Recording test results
[2023-07-25T09:23:33.333Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-25T09:23:33.350Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:23:33.716Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 25, 2023

(tests) - serverless-workflow-examples job #1258 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Reproducer

export BUILD_MVN_OPTS_CURRENT=
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-examples -u https://github.com/kiegroup/kogito-runtimes/pull/3133 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.serverless-workflow-examples/1258/display/redirect
See console log:

Console Logs GitHub pull request #3133 of commit 168c5f5, no merge conflicts.
Setting status of 168c5f5 to PENDING with url https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.serverless-workflow-examples/1258/display/redirect and message: 'Build started.'
Using context: (build) serverless-workflow-examples
Checking out git https://github.com/kiegroup/kogito-pipelines.git into /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.serverless-workflow-examples/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92 to read .ci/jenkins/Jenkinsfile.buildchain
The recommended git tool is: NONE
using credential kie-ci3
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.serverless-workflow-examples/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Commit message: "Add release branch 1.42.x after cut-off"
> git rev-list --no-walk 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Loading library jenkins-pipeline-shared-libraries@main
Attempting to resolve main from remote references...
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh2210891709433885277.key
Verifying host key using manually-configured host key entries
> git ls-remote -h -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Found match: refs/heads/main revision 154102e8350a7d952396c3a28edb983df906baec
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential kie-ci-user-key
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.serverless-workflow-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/kiegroup/jenkins-pipeline-shared-libraries
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.serverless-workflow-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh637089934547323165.key
Verifying host key using manually-configured host key entries
> git fetch --no-tags --force --progress -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 154102e8350a7d952396c3a28edb983df906baec (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 154102e8350a7d952396c3a28edb983df906baec # timeout=10
Commit message: "Add `githubscm.deleteReleaseAndTag` method (#291)"
> git rev-list --no-walk 154102e8350a7d952396c3a28edb983df906baec # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
All nodes of label ‘kie-rhel8&&docker&&kie-mem16g&&!built-in’ are offline
Running on rhos-01-kie-rhel8-xlarge-docker-1121 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci3
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
Commit message: "Add release branch 1.42.x after cut-off"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-07-25T09:23:44.547Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
[2023-07-25T09:23:45.228Z] + printenv
[Pipeline] archiveArtifacts
[2023-07-25T09:23:45.264Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2023-07-25T09:23:45.826Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:23:45.858Z] [INFO] space left on the machine
[Pipeline] sh
[2023-07-25T09:23:46.152Z] + df -h
[2023-07-25T09:23:46.152Z] Filesystem Size Used Avail Use% Mounted on
[2023-07-25T09:23:46.152Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-07-25T09:23:46.152Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-07-25T09:23:46.152Z] tmpfs 7.7G 17M 7.7G 1% /run
[2023-07-25T09:23:46.152Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-07-25T09:23:46.152Z] /dev/vda3 80G 22G 59G 28% /
[2023-07-25T09:23:46.152Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-07-25T09:23:46.152Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-07-25T09:23:46.174Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-07-25T09:23:46.457Z] + du -h -d1 /home/jenkins
[2023-07-25T09:23:46.458Z] 4.0K /home/jenkins/.ssh
[2023-07-25T09:23:46.458Z] 0 /home/jenkins/go
[2023-07-25T09:23:46.458Z] 8.0K /home/jenkins/.vnc
[2023-07-25T09:23:46.458Z] 8.0K /home/jenkins/.m2
[2023-07-25T09:23:46.458Z] 2.2G /home/jenkins/git-repos
[2023-07-25T09:23:46.458Z] 8.0K /home/jenkins/.config
[2023-07-25T09:23:46.458Z] du: cannot read directory '/home/jenkins/virtenvs/swf': Permission denied
[2023-07-25T09:23:46.458Z] 136M /home/jenkins/virtenvs
[2023-07-25T09:23:46.458Z] 4.0K /home/jenkins/.cekit
[2023-07-25T09:23:46.458Z] 33M /home/jenkins/remoting
[2023-07-25T09:23:46.458Z] 0 /home/jenkins/.cache
[2023-07-25T09:23:46.458Z] 13M /home/jenkins/workspace
[2023-07-25T09:23:46.458Z] 145M /home/jenkins/tools
[2023-07-25T09:23:46.458Z] 0 /home/jenkins/caches
[2023-07-25T09:23:46.458Z] 20M /home/jenkins/.npm
[2023-07-25T09:23:46.458Z] 2.5G /home/jenkins
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
[2023-07-25T09:23:46.534Z] Error when checking the space on node ... hudson.AbortException: script returned exit code 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:23:46.872Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-07-25T09:23:46.958Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-07-25T09:23:47.253Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-07-25T09:23:49.152Z]
[2023-07-25T09:23:49.152Z] changed 95 packages, and audited 96 packages in 2s
[2023-07-25T09:23:49.152Z]
[2023-07-25T09:23:49.152Z] 5 packages are looking for funding
[2023-07-25T09:23:49.152Z] run `npm fund` for details
[2023-07-25T09:23:49.152Z]
[2023-07-25T09:23:49.152Z] found 0 vulnerabilities
[Pipeline] sh
[2023-07-25T09:23:49.453Z] + npm list -g
[2023-07-25T09:23:49.454Z] + grep build-chain
[2023-07-25T09:23:50.014Z] ├── @kie/[email protected]
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:23:50.504Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-07-25T09:23:50.533Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2023-07-25T09:23:50.549Z] provisioning config files...
[2023-07-25T09:23:50.553Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples@tmp/config16004622443913873666tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-07-25T09:23:50.612Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:23:50.658Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples@tmp/config16004622443913873666tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-07-25T09:23:50.691Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-07-25T09:23:50.691Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-07-25T09:23:50.691Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-07-25T09:23:50.957Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-07-25T09:23:50.957Z] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples@tmp/durable-90b917df/script.sh: line 2: /home/jenkins/virtenvs/swf/bin/activate: Permission denied
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-25T09:23:51.036Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:23:51.452Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-25T09:23:51.484Z] Recording test results
[2023-07-25T09:23:51.498Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-25T09:23:51.523Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:23:51.908Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 25, 2023

(tests) - kogito-apps job #2916 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Reproducer

export BUILD_MVN_OPTS_CURRENT=
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-apps -u https://github.com/kiegroup/kogito-runtimes/pull/3133 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-apps/2916/display/redirect
See console log:

Console Logs GitHub pull request #3133 of commit 168c5f5, no merge conflicts.
Setting status of 168c5f5 to PENDING with url https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-apps/2916/display/redirect and message: 'Build started.'
Using context: (build) kogito-apps
Checking out git https://github.com/kiegroup/kogito-pipelines.git into /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-apps/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92 to read .ci/jenkins/Jenkinsfile.buildchain
The recommended git tool is: NONE
using credential kie-ci3
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-apps/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Commit message: "Add release branch 1.42.x after cut-off"
> git rev-list --no-walk 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Loading library jenkins-pipeline-shared-libraries@main
Attempting to resolve main from remote references...
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh16191430220457550554.key
Verifying host key using manually-configured host key entries
> git ls-remote -h -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Found match: refs/heads/main revision 154102e8350a7d952396c3a28edb983df906baec
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential kie-ci-user-key
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-apps/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/kiegroup/jenkins-pipeline-shared-libraries
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-apps/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh2246949711719595771.key
Verifying host key using manually-configured host key entries
> git fetch --no-tags --force --progress -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 154102e8350a7d952396c3a28edb983df906baec (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 154102e8350a7d952396c3a28edb983df906baec # timeout=10
Commit message: "Add `githubscm.deleteReleaseAndTag` method (#291)"
> git rev-list --no-walk 154102e8350a7d952396c3a28edb983df906baec # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
All nodes of label ‘kie-rhel8&&docker&&kie-mem16g&&!built-in’ are offline
Running on rhos-01-kie-rhel8-xlarge-docker-1122 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci3
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
Commit message: "Add release branch 1.42.x after cut-off"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-07-25T09:23:53.319Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[2023-07-25T09:23:53.425Z] Installing NodeJS from /var/jenkins_home/caches/nodejs/LINUX/amd64/16.2.0.tar.gz to /home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0 on rhos-01-kie-rhel8-xlarge-docker-1122
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:23:55.919Z] + printenv
[Pipeline] archiveArtifacts
[2023-07-25T09:23:56.028Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2023-07-25T09:23:58.415Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:23:58.449Z] [INFO] space left on the machine
[Pipeline] sh
[2023-07-25T09:23:58.761Z] + df -h
[2023-07-25T09:23:58.761Z] Filesystem Size Used Avail Use% Mounted on
[2023-07-25T09:23:58.761Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-07-25T09:23:58.761Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-07-25T09:23:58.761Z] tmpfs 7.7G 17M 7.7G 1% /run
[2023-07-25T09:23:58.761Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-07-25T09:23:58.761Z] /dev/vda3 80G 22G 59G 28% /
[2023-07-25T09:23:58.761Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-07-25T09:23:58.761Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-07-25T09:23:58.787Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-07-25T09:23:59.069Z] + du -h -d1 /home/jenkins
[2023-07-25T09:23:59.069Z] 4.0K /home/jenkins/.ssh
[2023-07-25T09:23:59.069Z] 0 /home/jenkins/go
[2023-07-25T09:23:59.069Z] 8.0K /home/jenkins/.vnc
[2023-07-25T09:23:59.069Z] 8.0K /home/jenkins/.m2
[2023-07-25T09:23:59.069Z] 2.2G /home/jenkins/git-repos
[2023-07-25T09:23:59.069Z] 8.0K /home/jenkins/.config
[2023-07-25T09:23:59.324Z] du: cannot read directory '/home/jenkins/virtenvs/swf': Permission denied
[2023-07-25T09:23:59.324Z] 136M /home/jenkins/virtenvs
[2023-07-25T09:23:59.324Z] 4.0K /home/jenkins/.cekit
[2023-07-25T09:23:59.324Z] 32M /home/jenkins/remoting
[2023-07-25T09:23:59.324Z] 0 /home/jenkins/.cache
[2023-07-25T09:23:59.324Z] 13M /home/jenkins/workspace
[2023-07-25T09:23:59.324Z] 100M /home/jenkins/tools
[2023-07-25T09:23:59.324Z] 0 /home/jenkins/caches
[2023-07-25T09:23:59.324Z] 2.5G /home/jenkins
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
[2023-07-25T09:23:59.410Z] Error when checking the space on node ... hudson.AbortException: script returned exit code 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:23:59.751Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-07-25T09:23:59.838Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-07-25T09:24:00.123Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-07-25T09:24:03.400Z]
[2023-07-25T09:24:03.400Z] added 95 packages, and audited 96 packages in 3s
[2023-07-25T09:24:03.400Z]
[2023-07-25T09:24:03.400Z] 5 packages are looking for funding
[2023-07-25T09:24:03.400Z] run `npm fund` for details
[2023-07-25T09:24:03.400Z]
[2023-07-25T09:24:03.400Z] found 0 vulnerabilities
[Pipeline] sh
[2023-07-25T09:24:03.697Z] + npm list -g
[2023-07-25T09:24:03.697Z] + grep build-chain
[2023-07-25T09:24:03.952Z] ├── @kie/[email protected]
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:24:04.527Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-07-25T09:24:04.558Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2023-07-25T09:24:04.589Z] provisioning config files...
[2023-07-25T09:24:04.597Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps@tmp/config4379060519332735461tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-07-25T09:24:04.637Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:24:04.691Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps@tmp/config4379060519332735461tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-07-25T09:24:04.715Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-07-25T09:24:04.716Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-07-25T09:24:04.716Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-07-25T09:24:05.005Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-07-25T09:24:05.005Z] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps@tmp/durable-efecd78c/script.sh: line 2: /home/jenkins/virtenvs/swf/bin/activate: Permission denied
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-25T09:24:05.103Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:24:05.790Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-25T09:24:06.290Z] Recording test results
[2023-07-25T09:24:06.487Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-25T09:24:06.516Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:24:06.993Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 25, 2023

(tests) - kogito-springboot-examples job #1280 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Reproducer

export BUILD_MVN_OPTS_CURRENT=
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-examples -u https://github.com/kiegroup/kogito-runtimes/pull/3133 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-springboot-examples/1280/display/redirect
See console log:

Console Logs GitHub pull request #3133 of commit 168c5f5, no merge conflicts.
Setting status of 168c5f5 to PENDING with url https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-springboot-examples/1280/display/redirect and message: 'Build started.'
Using context: (build) kogito-springboot-examples
Checking out git https://github.com/kiegroup/kogito-pipelines.git into /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-springboot-examples/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92 to read .ci/jenkins/Jenkinsfile.buildchain
The recommended git tool is: NONE
using credential kie-ci3
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-springboot-examples/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Commit message: "Add release branch 1.42.x after cut-off"
> git rev-list --no-walk 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Loading library jenkins-pipeline-shared-libraries@main
Attempting to resolve main from remote references...
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh7252431873578532682.key
Verifying host key using manually-configured host key entries
> git ls-remote -h -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Found match: refs/heads/main revision 154102e8350a7d952396c3a28edb983df906baec
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential kie-ci-user-key
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-springboot-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/kiegroup/jenkins-pipeline-shared-libraries
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-springboot-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh17334354664952048454.key
Verifying host key using manually-configured host key entries
> git fetch --no-tags --force --progress -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 154102e8350a7d952396c3a28edb983df906baec (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 154102e8350a7d952396c3a28edb983df906baec # timeout=10
Commit message: "Add `githubscm.deleteReleaseAndTag` method (#291)"
> git rev-list --no-walk 154102e8350a7d952396c3a28edb983df906baec # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
All nodes of label ‘kie-rhel8&&docker&&kie-mem16g&&!built-in’ are offline
Running on rhos-01-kie-rhel8-xlarge-docker-1121 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci3
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
Commit message: "Add release branch 1.42.x after cut-off"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-07-25T09:24:03.105Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
[Pipeline] sh
[2023-07-25T09:24:03.787Z] + printenv
[Pipeline] archiveArtifacts
[2023-07-25T09:24:03.817Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2023-07-25T09:24:04.399Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:24:04.437Z] [INFO] space left on the machine
[Pipeline] sh
[2023-07-25T09:24:04.722Z] + df -h
[2023-07-25T09:24:04.722Z] Filesystem Size Used Avail Use% Mounted on
[2023-07-25T09:24:04.722Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-07-25T09:24:04.722Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-07-25T09:24:04.722Z] tmpfs 7.7G 17M 7.7G 1% /run
[2023-07-25T09:24:04.722Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-07-25T09:24:04.722Z] /dev/vda3 80G 22G 59G 28% /
[2023-07-25T09:24:04.722Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-07-25T09:24:04.722Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-07-25T09:24:04.747Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-07-25T09:24:05.042Z] + du -h -d1 /home/jenkins
[2023-07-25T09:24:05.042Z] 4.0K /home/jenkins/.ssh
[2023-07-25T09:24:05.042Z] 0 /home/jenkins/go
[2023-07-25T09:24:05.042Z] 8.0K /home/jenkins/.vnc
[2023-07-25T09:24:05.042Z] 8.0K /home/jenkins/.m2
[2023-07-25T09:24:05.042Z] 2.2G /home/jenkins/git-repos
[2023-07-25T09:24:05.042Z] 8.0K /home/jenkins/.config
[2023-07-25T09:24:05.042Z] du: cannot read directory '/home/jenkins/virtenvs/swf': Permission denied
[2023-07-25T09:24:05.042Z] 136M /home/jenkins/virtenvs
[2023-07-25T09:24:05.042Z] 4.0K /home/jenkins/.cekit
[2023-07-25T09:24:05.042Z] 33M /home/jenkins/remoting
[2023-07-25T09:24:05.042Z] 0 /home/jenkins/.cache
[2023-07-25T09:24:05.042Z] 13M /home/jenkins/workspace
[2023-07-25T09:24:05.042Z] 145M /home/jenkins/tools
[2023-07-25T09:24:05.042Z] 0 /home/jenkins/caches
[2023-07-25T09:24:05.042Z] 20M /home/jenkins/.npm
[2023-07-25T09:24:05.042Z] 2.5G /home/jenkins
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
[2023-07-25T09:24:05.129Z] Error when checking the space on node ... hudson.AbortException: script returned exit code 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:24:06.532Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-07-25T09:24:06.664Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-07-25T09:24:06.989Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-07-25T09:24:08.889Z]
[2023-07-25T09:24:08.889Z] changed 95 packages, and audited 96 packages in 2s
[2023-07-25T09:24:08.889Z]
[2023-07-25T09:24:08.889Z] 5 packages are looking for funding
[2023-07-25T09:24:08.889Z] run `npm fund` for details
[2023-07-25T09:24:08.889Z]
[2023-07-25T09:24:08.889Z] found 0 vulnerabilities
[Pipeline] sh
[2023-07-25T09:24:09.195Z] + npm list -g
[2023-07-25T09:24:09.196Z] + grep build-chain
[2023-07-25T09:24:09.794Z] ├── @kie/[email protected]
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:24:10.601Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-07-25T09:24:10.631Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2023-07-25T09:24:10.648Z] provisioning config files...
[2023-07-25T09:24:10.654Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples@tmp/config5289436090750457508tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-07-25T09:24:10.725Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:24:10.800Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples@tmp/config5289436090750457508tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-07-25T09:24:10.824Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-07-25T09:24:10.824Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-07-25T09:24:10.824Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-07-25T09:24:11.093Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-07-25T09:24:11.093Z] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples@tmp/durable-e955de56/script.sh: line 2: /home/jenkins/virtenvs/swf/bin/activate: Permission denied
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-25T09:24:11.211Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:24:11.791Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-25T09:24:12.588Z] Recording test results
[2023-07-25T09:24:12.797Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-25T09:24:13.487Z] Archiving artifacts
[Pipeline] }
[2023-07-25T09:24:11.501Z] No test report files were found. Configuration error?
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:24:14.190Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 25, 2023

(tests) - kogito-runtimes job #2925 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Reproducer

export BUILD_MVN_OPTS_CURRENT=-T 1C -Dvalidate-formatting -Prun-code-coverage
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-runtimes -u https://github.com/kiegroup/kogito-runtimes/pull/3133 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.kogito-runtimes/2925/display/redirect
See console log:

Console Logs GitHub pull request #3133 of commit 168c5f5, no merge conflicts.
Setting status of 168c5f5 to PENDING with url https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.kogito-runtimes/2925/display/redirect and message: 'Build started.'
Using context: (build) kogito-runtimes
Checking out git https://github.com/kiegroup/kogito-pipelines.git into /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.kogito-runtimes/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92 to read .ci/jenkins/Jenkinsfile.buildchain
The recommended git tool is: NONE
using credential kie-ci3
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.kogito-runtimes/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Commit message: "Add release branch 1.42.x after cut-off"
> git rev-list --no-walk 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Loading library jenkins-pipeline-shared-libraries@main
Attempting to resolve main from remote references...
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh4411753661568822708.key
Verifying host key using manually-configured host key entries
> git ls-remote -h -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Found match: refs/heads/main revision 154102e8350a7d952396c3a28edb983df906baec
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential kie-ci-user-key
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.kogito-runtimes/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/kiegroup/jenkins-pipeline-shared-libraries
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.kogito-runtimes/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh1718962268199978001.key
Verifying host key using manually-configured host key entries
> git fetch --no-tags --force --progress -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 154102e8350a7d952396c3a28edb983df906baec (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 154102e8350a7d952396c3a28edb983df906baec # timeout=10
Commit message: "Add `githubscm.deleteReleaseAndTag` method (#291)"
> git rev-list --no-walk 154102e8350a7d952396c3a28edb983df906baec # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
All nodes of label ‘kie-rhel8&&docker&&kie-mem16g&&!built-in’ are offline
Running on rhos-01-kie-rhel8-xlarge-docker-1122 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci3
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
Commit message: "Add release branch 1.42.x after cut-off"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-07-25T09:24:18.358Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:24:20.855Z] + printenv
[Pipeline] archiveArtifacts
[2023-07-25T09:24:20.899Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2023-07-25T09:24:21.541Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:24:21.604Z] [INFO] space left on the machine
[Pipeline] sh
[2023-07-25T09:24:21.888Z] + df -h
[2023-07-25T09:24:21.889Z] Filesystem Size Used Avail Use% Mounted on
[2023-07-25T09:24:21.889Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-07-25T09:24:21.889Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-07-25T09:24:21.889Z] tmpfs 7.7G 17M 7.7G 1% /run
[2023-07-25T09:24:21.889Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-07-25T09:24:21.889Z] /dev/vda3 80G 22G 59G 28% /
[2023-07-25T09:24:21.889Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-07-25T09:24:21.889Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-07-25T09:24:21.923Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-07-25T09:24:22.287Z] + du -h -d1 /home/jenkins
[2023-07-25T09:24:22.287Z] 4.0K /home/jenkins/.ssh
[2023-07-25T09:24:22.287Z] 0 /home/jenkins/go
[2023-07-25T09:24:22.287Z] 8.0K /home/jenkins/.vnc
[2023-07-25T09:24:22.287Z] 8.0K /home/jenkins/.m2
[2023-07-25T09:24:22.287Z] 2.2G /home/jenkins/git-repos
[2023-07-25T09:24:22.287Z] 8.0K /home/jenkins/.config
[2023-07-25T09:24:22.287Z] du: cannot read directory '/home/jenkins/virtenvs/swf': Permission denied
[2023-07-25T09:24:22.287Z] 136M /home/jenkins/virtenvs
[2023-07-25T09:24:22.287Z] 4.0K /home/jenkins/.cekit
[2023-07-25T09:24:22.287Z] 33M /home/jenkins/remoting
[2023-07-25T09:24:22.287Z] 0 /home/jenkins/.cache
[2023-07-25T09:24:22.287Z] 13M /home/jenkins/workspace
[2023-07-25T09:24:22.287Z] 145M /home/jenkins/tools
[2023-07-25T09:24:22.287Z] 0 /home/jenkins/caches
[2023-07-25T09:24:22.287Z] 20M /home/jenkins/.npm
[2023-07-25T09:24:22.287Z] 2.5G /home/jenkins
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
[2023-07-25T09:24:22.410Z] Error when checking the space on node ... hudson.AbortException: script returned exit code 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:24:22.803Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-07-25T09:24:22.875Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-07-25T09:24:23.171Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-07-25T09:24:25.056Z]
[2023-07-25T09:24:25.056Z] changed 95 packages, and audited 96 packages in 2s
[2023-07-25T09:24:25.056Z]
[2023-07-25T09:24:25.056Z] 5 packages are looking for funding
[2023-07-25T09:24:25.056Z] run `npm fund` for details
[2023-07-25T09:24:25.056Z]
[2023-07-25T09:24:25.056Z] found 0 vulnerabilities
[Pipeline] sh
[2023-07-25T09:24:25.375Z] + npm list -g
[2023-07-25T09:24:25.376Z] + grep build-chain
[2023-07-25T09:24:25.631Z] ├── @kie/[email protected]
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:24:26.414Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-07-25T09:24:26.443Z] BUILD_MVN_OPTS_CURRENT = -T 1C -Dvalidate-formatting -Prun-code-coverage
[Pipeline] configFileProvider
[2023-07-25T09:24:26.459Z] provisioning config files...
[2023-07-25T09:24:26.463Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config5859476571899040442tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-07-25T09:24:26.528Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:24:26.574Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config5859476571899040442tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-07-25T09:24:26.609Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-07-25T09:24:26.610Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-07-25T09:24:26.610Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-07-25T09:24:26.889Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-07-25T09:24:26.889Z] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/durable-2fb07af5/script.sh: line 2: /home/jenkins/virtenvs/swf/bin/activate: Permission denied
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-25T09:24:26.994Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:24:27.474Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-25T09:24:27.522Z] Recording test results
[2023-07-25T09:24:27.537Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-25T09:24:27.595Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:24:27.987Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 25, 2023

(tests) - kogito-runtimes job #2926 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Reproducer

export BUILD_MVN_OPTS_CURRENT=-T 1C -Dvalidate-formatting -Prun-code-coverage
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-runtimes -u https://github.com/kiegroup/kogito-runtimes/pull/3133 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.kogito-runtimes/2926/display/redirect
See console log:

Console Logs GitHub pull request #3133 of commit 4a24e09, no merge conflicts.
Setting status of 4a24e09 to PENDING with url https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.kogito-runtimes/2926/display/redirect and message: 'Build started.'
Using context: (build) kogito-runtimes
Checking out git https://github.com/kiegroup/kogito-pipelines.git into /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.kogito-runtimes/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92 to read .ci/jenkins/Jenkinsfile.buildchain
The recommended git tool is: NONE
using credential kie-ci3
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.kogito-runtimes/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Commit message: "Add release branch 1.42.x after cut-off"
> git rev-list --no-walk 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Loading library jenkins-pipeline-shared-libraries@main
Attempting to resolve main from remote references...
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh5155816282914210084.key
Verifying host key using manually-configured host key entries
> git ls-remote -h -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Found match: refs/heads/main revision 154102e8350a7d952396c3a28edb983df906baec
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential kie-ci-user-key
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.kogito-runtimes/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/kiegroup/jenkins-pipeline-shared-libraries
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.kogito-runtimes/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh18356153837158812152.key
Verifying host key using manually-configured host key entries
> git fetch --no-tags --force --progress -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 154102e8350a7d952396c3a28edb983df906baec (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 154102e8350a7d952396c3a28edb983df906baec # timeout=10
Commit message: "Add `githubscm.deleteReleaseAndTag` method (#291)"
> git rev-list --no-walk 154102e8350a7d952396c3a28edb983df906baec # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on rhos-01-kie-rhel8-xlarge-docker-1121 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci3
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
Commit message: "Add release branch 1.42.x after cut-off"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-07-25T09:24:24.705Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:24:25.421Z] + printenv
[Pipeline] archiveArtifacts
[2023-07-25T09:24:25.449Z] Archiving artifacts
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2023-07-25T09:24:25.994Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:24:26.033Z] [INFO] space left on the machine
[Pipeline] sh
[2023-07-25T09:24:26.313Z] + df -h
[2023-07-25T09:24:26.314Z] Filesystem Size Used Avail Use% Mounted on
[2023-07-25T09:24:26.314Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-07-25T09:24:26.314Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-07-25T09:24:26.314Z] tmpfs 7.7G 17M 7.7G 1% /run
[2023-07-25T09:24:26.314Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-07-25T09:24:26.314Z] /dev/vda3 80G 22G 59G 28% /
[2023-07-25T09:24:26.314Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-07-25T09:24:26.314Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-07-25T09:24:26.336Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-07-25T09:24:26.616Z] + du -h -d1 /home/jenkins
[2023-07-25T09:24:26.617Z] 4.0K /home/jenkins/.ssh
[2023-07-25T09:24:26.617Z] 0 /home/jenkins/go
[2023-07-25T09:24:26.617Z] 8.0K /home/jenkins/.vnc
[2023-07-25T09:24:26.617Z] 8.0K /home/jenkins/.m2
[2023-07-25T09:24:26.617Z] 2.2G /home/jenkins/git-repos
[2023-07-25T09:24:26.617Z] 8.0K /home/jenkins/.config
[2023-07-25T09:24:26.617Z] du: cannot read directory '/home/jenkins/virtenvs/swf': Permission denied
[2023-07-25T09:24:26.617Z] 136M /home/jenkins/virtenvs
[2023-07-25T09:24:26.617Z] 4.0K /home/jenkins/.cekit
[2023-07-25T09:24:26.617Z] 33M /home/jenkins/remoting
[2023-07-25T09:24:26.617Z] 0 /home/jenkins/.cache
[2023-07-25T09:24:26.617Z] 13M /home/jenkins/workspace
[2023-07-25T09:24:26.617Z] 145M /home/jenkins/tools
[2023-07-25T09:24:26.617Z] 0 /home/jenkins/caches
[2023-07-25T09:24:26.617Z] 20M /home/jenkins/.npm
[2023-07-25T09:24:26.617Z] 2.5G /home/jenkins
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
[2023-07-25T09:24:26.703Z] Error when checking the space on node ... hudson.AbortException: script returned exit code 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:24:27.110Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-07-25T09:24:27.222Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-07-25T09:24:27.541Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-07-25T09:24:29.449Z]
[2023-07-25T09:24:29.449Z] changed 95 packages, and audited 96 packages in 2s
[2023-07-25T09:24:29.449Z]
[2023-07-25T09:24:29.449Z] 5 packages are looking for funding
[2023-07-25T09:24:29.449Z] run `npm fund` for details
[2023-07-25T09:24:29.449Z]
[2023-07-25T09:24:29.449Z] found 0 vulnerabilities
[Pipeline] sh
[2023-07-25T09:24:29.758Z] + npm list -g
[2023-07-25T09:24:29.758Z] + grep build-chain
[2023-07-25T09:24:30.318Z] ├── @kie/[email protected]
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:24:30.828Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-07-25T09:24:30.858Z] BUILD_MVN_OPTS_CURRENT = -T 1C -Dvalidate-formatting -Prun-code-coverage
[Pipeline] configFileProvider
[2023-07-25T09:24:30.887Z] provisioning config files...
[2023-07-25T09:24:30.893Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config8792583142961130402tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-07-25T09:24:30.933Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:24:30.990Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config8792583142961130402tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-07-25T09:24:31.013Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-07-25T09:24:31.013Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-07-25T09:24:31.013Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-07-25T09:24:31.283Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-07-25T09:24:31.283Z] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/durable-9cfef13a/script.sh: line 2: /home/jenkins/virtenvs/swf/bin/activate: Permission denied
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-25T09:24:31.361Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:24:31.842Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-25T09:24:31.908Z] Recording test results
[2023-07-25T09:24:31.921Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-25T09:24:32.891Z] Archiving artifacts
[2023-07-25T09:24:30.723Z] No test report files were found. Configuration error?
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:24:35.087Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 25, 2023

(tests) - kogito-apps job #2917 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Reproducer

export BUILD_MVN_OPTS_CURRENT=
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-apps -u https://github.com/kiegroup/kogito-runtimes/pull/3133 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-apps/2917/display/redirect
See console log:

Console Logs GitHub pull request #3133 of commit 4a24e09, no merge conflicts.
Setting status of 4a24e09 to PENDING with url https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-apps/2917/display/redirect and message: 'Build started.'
Using context: (build) kogito-apps
Checking out git https://github.com/kiegroup/kogito-pipelines.git into /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-apps/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92 to read .ci/jenkins/Jenkinsfile.buildchain
The recommended git tool is: NONE
using credential kie-ci3
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-apps/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Commit message: "Add release branch 1.42.x after cut-off"
> git rev-list --no-walk 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Loading library jenkins-pipeline-shared-libraries@main
Attempting to resolve main from remote references...
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh17628170858897669831.key
Verifying host key using manually-configured host key entries
> git ls-remote -h -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Found match: refs/heads/main revision 154102e8350a7d952396c3a28edb983df906baec
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential kie-ci-user-key
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-apps/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/kiegroup/jenkins-pipeline-shared-libraries
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-apps/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh2952116857588680623.key
Verifying host key using manually-configured host key entries
> git fetch --no-tags --force --progress -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 154102e8350a7d952396c3a28edb983df906baec (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 154102e8350a7d952396c3a28edb983df906baec # timeout=10
Commit message: "Add `githubscm.deleteReleaseAndTag` method (#291)"
> git rev-list --no-walk 154102e8350a7d952396c3a28edb983df906baec # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on rhos-01-kie-rhel8-xlarge-docker-1123 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci3
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
Commit message: "Add release branch 1.42.x after cut-off"
[Pipeline] }
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-07-25T09:24:35.365Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[2023-07-25T09:24:35.509Z] Installing NodeJS from /var/jenkins_home/caches/nodejs/LINUX/amd64/16.2.0.tar.gz to /home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0 on rhos-01-kie-rhel8-xlarge-docker-1123
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:24:38.503Z] + printenv
[Pipeline] archiveArtifacts
[2023-07-25T09:24:38.612Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2023-07-25T09:24:39.498Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:24:39.534Z] [INFO] space left on the machine
[Pipeline] sh
[2023-07-25T09:24:39.819Z] + df -h
[2023-07-25T09:24:39.819Z] Filesystem Size Used Avail Use% Mounted on
[2023-07-25T09:24:39.819Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-07-25T09:24:39.819Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-07-25T09:24:39.819Z] tmpfs 7.7G 17M 7.7G 1% /run
[2023-07-25T09:24:39.819Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-07-25T09:24:39.819Z] /dev/vda3 80G 22G 59G 28% /
[2023-07-25T09:24:39.819Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-07-25T09:24:39.819Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-07-25T09:24:39.844Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-07-25T09:24:40.192Z] + du -h -d1 /home/jenkins
[2023-07-25T09:24:40.192Z] 4.0K /home/jenkins/.ssh
[2023-07-25T09:24:40.192Z] 0 /home/jenkins/go
[2023-07-25T09:24:40.192Z] 8.0K /home/jenkins/.vnc
[2023-07-25T09:24:40.192Z] 8.0K /home/jenkins/.m2
[2023-07-25T09:24:40.192Z] 2.2G /home/jenkins/git-repos
[2023-07-25T09:24:40.192Z] 8.0K /home/jenkins/.config
[2023-07-25T09:24:40.887Z] du: cannot read directory '/home/jenkins/virtenvs/swf': Permission denied
[2023-07-25T09:24:40.887Z] 136M /home/jenkins/virtenvs
[2023-07-25T09:24:40.887Z] 4.0K /home/jenkins/.cekit
[2023-07-25T09:24:40.887Z] 32M /home/jenkins/remoting
[2023-07-25T09:24:40.887Z] 0 /home/jenkins/.cache
[2023-07-25T09:24:40.887Z] 13M /home/jenkins/workspace
[2023-07-25T09:24:40.887Z] 100M /home/jenkins/tools
[2023-07-25T09:24:40.887Z] 0 /home/jenkins/caches
[2023-07-25T09:24:40.887Z] 2.5G /home/jenkins
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
[2023-07-25T09:24:41.891Z] Error when checking the space on node ... hudson.AbortException: script returned exit code 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:24:42.344Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-07-25T09:24:42.444Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-07-25T09:24:42.749Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-07-25T09:24:45.265Z]
[2023-07-25T09:24:45.265Z] added 95 packages, and audited 96 packages in 3s
[2023-07-25T09:24:45.265Z]
[2023-07-25T09:24:45.265Z] 5 packages are looking for funding
[2023-07-25T09:24:45.265Z] run `npm fund` for details
[2023-07-25T09:24:45.265Z]
[2023-07-25T09:24:45.265Z] found 0 vulnerabilities
[Pipeline] sh
[2023-07-25T09:24:45.571Z] + npm list -g
[2023-07-25T09:24:45.571Z] + grep build-chain
[2023-07-25T09:24:45.842Z] ├── @kie/[email protected]
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:24:46.633Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-07-25T09:24:46.705Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2023-07-25T09:24:46.724Z] provisioning config files...
[2023-07-25T09:24:46.730Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps@tmp/config978385223466250180tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-07-25T09:24:46.810Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:24:46.892Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps@tmp/config978385223466250180tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-07-25T09:24:46.917Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-07-25T09:24:46.917Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-07-25T09:24:46.917Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-07-25T09:24:47.208Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-07-25T09:24:47.208Z] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps@tmp/durable-3199ba7d/script.sh: line 2: /home/jenkins/virtenvs/swf/bin/activate: Permission denied
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-25T09:24:47.328Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:24:47.911Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-25T09:24:47.951Z] Recording test results
[2023-07-25T09:24:48.154Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-25T09:24:48.213Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:24:47.577Z] No test report files were found. Configuration error?
[2023-07-25T09:24:48.660Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 25, 2023

(tests) - kogito-springboot-examples job #1281 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Reproducer

export BUILD_MVN_OPTS_CURRENT=
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-examples -u https://github.com/kiegroup/kogito-runtimes/pull/3133 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-springboot-examples/1281/display/redirect
See console log:

Console Logs GitHub pull request #3133 of commit 4a24e09, no merge conflicts.
Setting status of 4a24e09 to PENDING with url https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-springboot-examples/1281/display/redirect and message: 'Build started.'
Using context: (build) kogito-springboot-examples
Checking out git https://github.com/kiegroup/kogito-pipelines.git into /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-springboot-examples/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92 to read .ci/jenkins/Jenkinsfile.buildchain
The recommended git tool is: NONE
using credential kie-ci3
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-springboot-examples/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Commit message: "Add release branch 1.42.x after cut-off"
> git rev-list --no-walk 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Loading library jenkins-pipeline-shared-libraries@main
Attempting to resolve main from remote references...
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh4552720284737437020.key
Verifying host key using manually-configured host key entries
> git ls-remote -h -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Found match: refs/heads/main revision 154102e8350a7d952396c3a28edb983df906baec
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential kie-ci-user-key
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-springboot-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/kiegroup/jenkins-pipeline-shared-libraries
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-springboot-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh10585135381987305114.key
Verifying host key using manually-configured host key entries
> git fetch --no-tags --force --progress -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 154102e8350a7d952396c3a28edb983df906baec (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 154102e8350a7d952396c3a28edb983df906baec # timeout=10
Commit message: "Add `githubscm.deleteReleaseAndTag` method (#291)"
> git rev-list --no-walk 154102e8350a7d952396c3a28edb983df906baec # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘kie-rhel8&&docker&&kie-mem16g&&!built-in’
Running on rhos-01-kie-rhel8-xlarge-docker-1122 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci3
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
Commit message: "Add release branch 1.42.x after cut-off"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-07-25T09:24:41.592Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:24:42.672Z] + printenv
[Pipeline] archiveArtifacts
[2023-07-25T09:24:42.703Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2023-07-25T09:24:43.328Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:24:43.390Z] [INFO] space left on the machine
[Pipeline] sh
[2023-07-25T09:24:43.670Z] + df -h
[2023-07-25T09:24:43.671Z] Filesystem Size Used Avail Use% Mounted on
[2023-07-25T09:24:43.671Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-07-25T09:24:43.671Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-07-25T09:24:43.671Z] tmpfs 7.7G 17M 7.7G 1% /run
[2023-07-25T09:24:43.671Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-07-25T09:24:43.671Z] /dev/vda3 80G 22G 59G 28% /
[2023-07-25T09:24:43.671Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-07-25T09:24:43.671Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-07-25T09:24:43.704Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-07-25T09:24:43.986Z] + du -h -d1 /home/jenkins
[2023-07-25T09:24:43.986Z] 4.0K /home/jenkins/.ssh
[2023-07-25T09:24:43.986Z] 0 /home/jenkins/go
[2023-07-25T09:24:43.986Z] 8.0K /home/jenkins/.vnc
[2023-07-25T09:24:43.986Z] 8.0K /home/jenkins/.m2
[2023-07-25T09:24:43.986Z] 2.2G /home/jenkins/git-repos
[2023-07-25T09:24:43.986Z] 8.0K /home/jenkins/.config
[2023-07-25T09:24:43.986Z] du: cannot read directory '/home/jenkins/virtenvs/swf': Permission denied
[2023-07-25T09:24:43.986Z] 136M /home/jenkins/virtenvs
[2023-07-25T09:24:43.986Z] 4.0K /home/jenkins/.cekit
[2023-07-25T09:24:43.986Z] 33M /home/jenkins/remoting
[2023-07-25T09:24:43.986Z] 0 /home/jenkins/.cache
[2023-07-25T09:24:43.986Z] 13M /home/jenkins/workspace
[2023-07-25T09:24:43.986Z] 145M /home/jenkins/tools
[2023-07-25T09:24:43.986Z] 0 /home/jenkins/caches
[2023-07-25T09:24:43.986Z] 20M /home/jenkins/.npm
[2023-07-25T09:24:43.986Z] 2.5G /home/jenkins
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
[2023-07-25T09:24:44.061Z] Error when checking the space on node ... hudson.AbortException: script returned exit code 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:24:44.444Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-07-25T09:24:44.536Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-07-25T09:24:44.822Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-07-25T09:24:46.713Z]
[2023-07-25T09:24:46.713Z] changed 95 packages, and audited 96 packages in 2s
[2023-07-25T09:24:46.713Z]
[2023-07-25T09:24:46.713Z] 5 packages are looking for funding
[2023-07-25T09:24:46.713Z] run `npm fund` for details
[2023-07-25T09:24:46.713Z]
[2023-07-25T09:24:46.713Z] found 0 vulnerabilities
[Pipeline] sh
[2023-07-25T09:24:47.044Z] + npm list -g
[2023-07-25T09:24:47.044Z] + grep build-chain
[2023-07-25T09:24:47.304Z] ├── @kie/[email protected]
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:24:48.146Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-07-25T09:24:48.229Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2023-07-25T09:24:48.256Z] provisioning config files...
[2023-07-25T09:24:48.261Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples@tmp/config9777494180826567156tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-07-25T09:24:48.335Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:24:48.405Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples@tmp/config9777494180826567156tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-07-25T09:24:48.430Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-07-25T09:24:48.430Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-07-25T09:24:48.430Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-07-25T09:24:48.697Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-07-25T09:24:48.697Z] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples@tmp/durable-bbeaf03e/script.sh: line 2: /home/jenkins/virtenvs/swf/bin/activate: Permission denied
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-25T09:24:48.822Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:24:49.288Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-25T09:24:49.321Z] Recording test results
[2023-07-25T09:24:49.335Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-25T09:24:49.396Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:24:49.806Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 25, 2023

(tests) - kogito-quarkus-examples job #1269 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Reproducer

export BUILD_MVN_OPTS_CURRENT=
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-examples -u https://github.com/kiegroup/kogito-runtimes/pull/3133 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-quarkus-examples/1269/display/redirect
See console log:

Console Logs GitHub pull request #3133 of commit 4a24e09, no merge conflicts.
Setting status of 4a24e09 to PENDING with url https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-quarkus-examples/1269/display/redirect and message: 'Build started.'
Using context: (build) kogito-quarkus-examples
Checking out git https://github.com/kiegroup/kogito-pipelines.git into /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-quarkus-examples/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92 to read .ci/jenkins/Jenkinsfile.buildchain
The recommended git tool is: NONE
using credential kie-ci3
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-quarkus-examples/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Commit message: "Add release branch 1.42.x after cut-off"
> git rev-list --no-walk 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Loading library jenkins-pipeline-shared-libraries@main
Attempting to resolve main from remote references...
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh4561554821698168983.key
Verifying host key using manually-configured host key entries
> git ls-remote -h -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Found match: refs/heads/main revision 154102e8350a7d952396c3a28edb983df906baec
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential kie-ci-user-key
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-quarkus-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/kiegroup/jenkins-pipeline-shared-libraries
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-quarkus-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh471732272595955313.key
Verifying host key using manually-configured host key entries
> git fetch --no-tags --force --progress -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 154102e8350a7d952396c3a28edb983df906baec (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 154102e8350a7d952396c3a28edb983df906baec # timeout=10
Commit message: "Add `githubscm.deleteReleaseAndTag` method (#291)"
> git rev-list --no-walk 154102e8350a7d952396c3a28edb983df906baec # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘kie-rhel8&&docker&&kie-mem16g&&!built-in’
Running on rhos-01-kie-rhel8-xlarge-docker-1121 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci3
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
Commit message: "Add release branch 1.42.x after cut-off"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-07-25T09:24:46.101Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:24:47.089Z] + printenv
[Pipeline] archiveArtifacts
[2023-07-25T09:24:47.122Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2023-07-25T09:24:48.004Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:24:48.051Z] [INFO] space left on the machine
[Pipeline] sh
[2023-07-25T09:24:48.375Z] + df -h
[2023-07-25T09:24:48.375Z] Filesystem Size Used Avail Use% Mounted on
[2023-07-25T09:24:48.375Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-07-25T09:24:48.375Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-07-25T09:24:48.375Z] tmpfs 7.7G 17M 7.7G 1% /run
[2023-07-25T09:24:48.375Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-07-25T09:24:48.375Z] /dev/vda3 80G 22G 59G 28% /
[2023-07-25T09:24:48.375Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-07-25T09:24:48.375Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-07-25T09:24:48.409Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-07-25T09:24:48.693Z] + du -h -d1 /home/jenkins
[2023-07-25T09:24:48.693Z] 4.0K /home/jenkins/.ssh
[2023-07-25T09:24:48.693Z] 0 /home/jenkins/go
[2023-07-25T09:24:48.693Z] 8.0K /home/jenkins/.vnc
[2023-07-25T09:24:48.693Z] 8.0K /home/jenkins/.m2
[2023-07-25T09:24:48.693Z] 2.2G /home/jenkins/git-repos
[2023-07-25T09:24:48.693Z] 8.0K /home/jenkins/.config
[2023-07-25T09:24:48.693Z] du: cannot read directory '/home/jenkins/virtenvs/swf': Permission denied
[2023-07-25T09:24:48.693Z] 136M /home/jenkins/virtenvs
[2023-07-25T09:24:48.693Z] 4.0K /home/jenkins/.cekit
[2023-07-25T09:24:48.693Z] 33M /home/jenkins/remoting
[2023-07-25T09:24:48.693Z] 0 /home/jenkins/.cache
[2023-07-25T09:24:48.693Z] 13M /home/jenkins/workspace
[2023-07-25T09:24:48.693Z] 145M /home/jenkins/tools
[2023-07-25T09:24:48.693Z] 0 /home/jenkins/caches
[2023-07-25T09:24:48.693Z] 20M /home/jenkins/.npm
[2023-07-25T09:24:48.693Z] 2.5G /home/jenkins
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
[2023-07-25T09:24:48.827Z] Error when checking the space on node ... hudson.AbortException: script returned exit code 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:24:49.293Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-07-25T09:24:49.411Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-07-25T09:24:49.694Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-07-25T09:24:51.584Z]
[2023-07-25T09:24:51.584Z] changed 95 packages, and audited 96 packages in 2s
[2023-07-25T09:24:51.584Z]
[2023-07-25T09:24:51.584Z] 5 packages are looking for funding
[2023-07-25T09:24:51.584Z] run `npm fund` for details
[2023-07-25T09:24:51.584Z]
[2023-07-25T09:24:51.584Z] found 0 vulnerabilities
[Pipeline] sh
[2023-07-25T09:24:51.876Z] + npm list -g
[2023-07-25T09:24:51.877Z] + grep build-chain
[2023-07-25T09:24:52.131Z] ├── @kie/[email protected]
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:24:52.639Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-07-25T09:24:52.670Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2023-07-25T09:24:52.705Z] provisioning config files...
[2023-07-25T09:24:52.709Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples@tmp/config5442888091898504566tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-07-25T09:24:52.754Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:24:52.825Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples@tmp/config5442888091898504566tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-07-25T09:24:52.850Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-07-25T09:24:52.850Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-07-25T09:24:52.850Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-07-25T09:24:53.116Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-07-25T09:24:53.116Z] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples@tmp/durable-6978c12f/script.sh: line 2: /home/jenkins/virtenvs/swf/bin/activate: Permission denied
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-25T09:24:53.213Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:24:55.187Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-25T09:24:56.089Z] Recording test results
[2023-07-25T09:24:56.292Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-25T09:24:56.788Z] Archiving artifacts
[Pipeline] }
[2023-07-25T09:24:54.903Z] No test report files were found. Configuration error?
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:24:57.486Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 25, 2023

(tests) - serverless-workflow-examples job #1259 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Reproducer

export BUILD_MVN_OPTS_CURRENT=
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-examples -u https://github.com/kiegroup/kogito-runtimes/pull/3133 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.serverless-workflow-examples/1259/display/redirect
See console log:

Console Logs GitHub pull request #3133 of commit 4a24e09, no merge conflicts.
Setting status of 4a24e09 to PENDING with url https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.serverless-workflow-examples/1259/display/redirect and message: 'Build started.'
Using context: (build) serverless-workflow-examples
Checking out git https://github.com/kiegroup/kogito-pipelines.git into /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.serverless-workflow-examples/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92 to read .ci/jenkins/Jenkinsfile.buildchain
The recommended git tool is: NONE
using credential kie-ci3
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.serverless-workflow-examples/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Commit message: "Add release branch 1.42.x after cut-off"
> git rev-list --no-walk 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Loading library jenkins-pipeline-shared-libraries@main
Attempting to resolve main from remote references...
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8591457419204315955.key
Verifying host key using manually-configured host key entries
> git ls-remote -h -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Found match: refs/heads/main revision 154102e8350a7d952396c3a28edb983df906baec
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential kie-ci-user-key
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.serverless-workflow-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/kiegroup/jenkins-pipeline-shared-libraries
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.serverless-workflow-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh9892665458680172949.key
Verifying host key using manually-configured host key entries
> git fetch --no-tags --force --progress -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 154102e8350a7d952396c3a28edb983df906baec (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 154102e8350a7d952396c3a28edb983df906baec # timeout=10
Commit message: "Add `githubscm.deleteReleaseAndTag` method (#291)"
> git rev-list --no-walk 154102e8350a7d952396c3a28edb983df906baec # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘kie-rhel8&&docker&&kie-mem16g&&!built-in’
Running on rhos-01-kie-rhel8-xlarge-docker-1124 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci3
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
Commit message: "Add release branch 1.42.x after cut-off"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-07-25T09:24:45.259Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[2023-07-25T09:24:45.365Z] Installing NodeJS from /var/jenkins_home/caches/nodejs/LINUX/amd64/16.2.0.tar.gz to /home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0 on rhos-01-kie-rhel8-xlarge-docker-1124
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:24:48.460Z] + printenv
[Pipeline] archiveArtifacts
[2023-07-25T09:24:48.602Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2023-07-25T09:24:49.506Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:24:49.543Z] [INFO] space left on the machine
[Pipeline] sh
[2023-07-25T09:24:49.849Z] + df -h
[2023-07-25T09:24:49.849Z] Filesystem Size Used Avail Use% Mounted on
[2023-07-25T09:24:49.849Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-07-25T09:24:49.849Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-07-25T09:24:49.849Z] tmpfs 7.7G 17M 7.7G 1% /run
[2023-07-25T09:24:49.849Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-07-25T09:24:49.849Z] /dev/vda3 80G 22G 59G 28% /
[2023-07-25T09:24:49.849Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-07-25T09:24:49.849Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-07-25T09:24:49.898Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-07-25T09:24:50.180Z] + du -h -d1 /home/jenkins
[2023-07-25T09:24:50.181Z] 4.0K /home/jenkins/.ssh
[2023-07-25T09:24:50.181Z] 0 /home/jenkins/go
[2023-07-25T09:24:50.181Z] 8.0K /home/jenkins/.vnc
[2023-07-25T09:24:50.181Z] 8.0K /home/jenkins/.m2
[2023-07-25T09:24:50.181Z] 2.2G /home/jenkins/git-repos
[2023-07-25T09:24:50.181Z] 8.0K /home/jenkins/.config
[2023-07-25T09:24:50.444Z] du: cannot read directory '/home/jenkins/virtenvs/swf': Permission denied
[2023-07-25T09:24:50.444Z] 136M /home/jenkins/virtenvs
[2023-07-25T09:24:50.444Z] 4.0K /home/jenkins/.cekit
[2023-07-25T09:24:50.444Z] 32M /home/jenkins/remoting
[2023-07-25T09:24:50.444Z] 0 /home/jenkins/.cache
[2023-07-25T09:24:50.444Z] 13M /home/jenkins/workspace
[2023-07-25T09:24:50.444Z] 100M /home/jenkins/tools
[2023-07-25T09:24:50.444Z] 0 /home/jenkins/caches
[2023-07-25T09:24:50.444Z] 2.5G /home/jenkins
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
[2023-07-25T09:24:50.538Z] Error when checking the space on node ... hudson.AbortException: script returned exit code 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:24:50.936Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-07-25T09:24:51.031Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-07-25T09:24:51.320Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-07-25T09:24:54.290Z]
[2023-07-25T09:24:54.290Z] added 95 packages, and audited 96 packages in 3s
[2023-07-25T09:24:54.290Z]
[2023-07-25T09:24:54.290Z] 5 packages are looking for funding
[2023-07-25T09:24:54.290Z] run `npm fund` for details
[2023-07-25T09:24:54.290Z]
[2023-07-25T09:24:54.290Z] found 0 vulnerabilities
[Pipeline] sh
[2023-07-25T09:24:55.487Z] + npm list -g
[2023-07-25T09:24:55.487Z] + grep build-chain
[2023-07-25T09:24:55.690Z] ├── @kie/[email protected]
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:24:57.690Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-07-25T09:24:57.724Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2023-07-25T09:24:57.742Z] provisioning config files...
[2023-07-25T09:24:57.750Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples@tmp/config1136152702442201843tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-07-25T09:24:57.825Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:24:57.918Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples@tmp/config1136152702442201843tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-07-25T09:24:57.943Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-07-25T09:24:57.944Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-07-25T09:24:57.944Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-07-25T09:24:58.288Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-07-25T09:24:58.288Z] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples@tmp/durable-91579431/script.sh: line 2: /home/jenkins/virtenvs/swf/bin/activate: Permission denied
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-25T09:24:58.395Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:24:58.888Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-25T09:24:58.915Z] Recording test results
[2023-07-25T09:24:59.110Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-25T09:24:59.125Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:24:59.554Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 25, 2023

(tests) - kogito-apps job #2918 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Reproducer

export BUILD_MVN_OPTS_CURRENT=
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-apps -u https://github.com/kiegroup/kogito-runtimes/pull/3133 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-apps/2918/display/redirect
See console log:

Console Logs GitHub pull request #3133 of commit 5c4cbf0, no merge conflicts.
Setting status of 5c4cbf0 to PENDING with url https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-apps/2918/display/redirect and message: 'Build started.'
Using context: (build) kogito-apps
Checking out git https://github.com/kiegroup/kogito-pipelines.git into /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-apps/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92 to read .ci/jenkins/Jenkinsfile.buildchain
The recommended git tool is: NONE
using credential kie-ci3
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-apps/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Commit message: "Add release branch 1.42.x after cut-off"
> git rev-list --no-walk 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Loading library jenkins-pipeline-shared-libraries@main
Attempting to resolve main from remote references...
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3638993690636139796.key
Verifying host key using manually-configured host key entries
> git ls-remote -h -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Found match: refs/heads/main revision 154102e8350a7d952396c3a28edb983df906baec
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential kie-ci-user-key
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-apps/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/kiegroup/jenkins-pipeline-shared-libraries
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-apps/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh14722663181333168632.key
Verifying host key using manually-configured host key entries
> git fetch --no-tags --force --progress -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 154102e8350a7d952396c3a28edb983df906baec (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 154102e8350a7d952396c3a28edb983df906baec # timeout=10
Commit message: "Add `githubscm.deleteReleaseAndTag` method (#291)"
> git rev-list --no-walk 154102e8350a7d952396c3a28edb983df906baec # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on rhos-01-kie-rhel8-xlarge-docker-1122 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci3
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
Commit message: "Add release branch 1.42.x after cut-off"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-07-25T09:34:38.279Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:34:38.925Z] + printenv
[Pipeline] archiveArtifacts
[2023-07-25T09:34:38.954Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2023-07-25T09:34:39.629Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:34:39.665Z] [INFO] space left on the machine
[Pipeline] sh
[2023-07-25T09:34:39.948Z] + df -h
[2023-07-25T09:34:39.948Z] Filesystem Size Used Avail Use% Mounted on
[2023-07-25T09:34:39.948Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-07-25T09:34:39.948Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-07-25T09:34:39.948Z] tmpfs 7.7G 17M 7.7G 1% /run
[2023-07-25T09:34:39.948Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-07-25T09:34:39.949Z] /dev/vda3 80G 22G 59G 28% /
[2023-07-25T09:34:39.949Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-07-25T09:34:39.949Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-07-25T09:34:39.982Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-07-25T09:34:40.289Z] + du -h -d1 /home/jenkins
[2023-07-25T09:34:40.289Z] 4.0K /home/jenkins/.ssh
[2023-07-25T09:34:40.289Z] 0 /home/jenkins/go
[2023-07-25T09:34:40.289Z] 8.0K /home/jenkins/.vnc
[2023-07-25T09:34:40.289Z] 8.0K /home/jenkins/.m2
[2023-07-25T09:34:40.289Z] 2.2G /home/jenkins/git-repos
[2023-07-25T09:34:40.289Z] 8.0K /home/jenkins/.config
[2023-07-25T09:34:40.289Z] du: cannot read directory '/home/jenkins/virtenvs/swf': Permission denied
[2023-07-25T09:34:40.289Z] 136M /home/jenkins/virtenvs
[2023-07-25T09:34:40.289Z] 4.0K /home/jenkins/.cekit
[2023-07-25T09:34:40.289Z] 33M /home/jenkins/remoting
[2023-07-25T09:34:40.289Z] 0 /home/jenkins/.cache
[2023-07-25T09:34:40.289Z] 13M /home/jenkins/workspace
[2023-07-25T09:34:40.289Z] 145M /home/jenkins/tools
[2023-07-25T09:34:40.289Z] 0 /home/jenkins/caches
[2023-07-25T09:34:40.289Z] 20M /home/jenkins/.npm
[2023-07-25T09:34:40.289Z] 2.5G /home/jenkins
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
[2023-07-25T09:34:40.421Z] Error when checking the space on node ... hudson.AbortException: script returned exit code 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:34:40.923Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-07-25T09:34:41.020Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-07-25T09:34:41.301Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-07-25T09:34:43.257Z]
[2023-07-25T09:34:43.257Z] changed 95 packages, and audited 96 packages in 2s
[2023-07-25T09:34:43.257Z]
[2023-07-25T09:34:43.257Z] 5 packages are looking for funding
[2023-07-25T09:34:43.257Z] run `npm fund` for details
[2023-07-25T09:34:43.257Z]
[2023-07-25T09:34:43.257Z] found 0 vulnerabilities
[Pipeline] sh
[2023-07-25T09:34:43.553Z] + npm list -g
[2023-07-25T09:34:43.553Z] + grep build-chain
[2023-07-25T09:34:44.114Z] ├── @kie/[email protected]
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:34:44.565Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-07-25T09:34:44.600Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2023-07-25T09:34:44.615Z] provisioning config files...
[2023-07-25T09:34:44.619Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps@tmp/config3796823822558575997tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-07-25T09:34:44.668Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:34:44.722Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps@tmp/config3796823822558575997tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-07-25T09:34:44.746Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-07-25T09:34:44.747Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-07-25T09:34:44.747Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-07-25T09:34:45.013Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-07-25T09:34:45.013Z] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps@tmp/durable-baec51f6/script.sh: line 2: /home/jenkins/virtenvs/swf/bin/activate: Permission denied
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-25T09:34:45.102Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:34:45.572Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-25T09:34:45.614Z] Recording test results
[2023-07-25T09:34:45.626Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-25T09:34:45.651Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:34:46.068Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 25, 2023

(tests) - serverless-workflow-examples job #1260 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Reproducer

export BUILD_MVN_OPTS_CURRENT=
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-examples -u https://github.com/kiegroup/kogito-runtimes/pull/3133 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.serverless-workflow-examples/1260/display/redirect
See console log:

Console Logs GitHub pull request #3133 of commit 5c4cbf0, no merge conflicts.
Setting status of 5c4cbf0 to PENDING with url https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.serverless-workflow-examples/1260/display/redirect and message: 'Build started.'
Using context: (build) serverless-workflow-examples
Checking out git https://github.com/kiegroup/kogito-pipelines.git into /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.serverless-workflow-examples/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92 to read .ci/jenkins/Jenkinsfile.buildchain
The recommended git tool is: NONE
using credential kie-ci3
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.serverless-workflow-examples/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Commit message: "Add release branch 1.42.x after cut-off"
> git rev-list --no-walk 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Loading library jenkins-pipeline-shared-libraries@main
Attempting to resolve main from remote references...
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh17643837005858199735.key
Verifying host key using manually-configured host key entries
> git ls-remote -h -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Found match: refs/heads/main revision 154102e8350a7d952396c3a28edb983df906baec
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential kie-ci-user-key
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.serverless-workflow-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/kiegroup/jenkins-pipeline-shared-libraries
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.serverless-workflow-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh4095514326822138077.key
Verifying host key using manually-configured host key entries
> git fetch --no-tags --force --progress -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 154102e8350a7d952396c3a28edb983df906baec (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 154102e8350a7d952396c3a28edb983df906baec # timeout=10
Commit message: "Add `githubscm.deleteReleaseAndTag` method (#291)"
> git rev-list --no-walk 154102e8350a7d952396c3a28edb983df906baec # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on rhos-01-kie-rhel8-xlarge-docker-1123 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci3
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
Commit message: "Add release branch 1.42.x after cut-off"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-07-25T09:34:38.888Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:34:39.690Z] + printenv
[Pipeline] archiveArtifacts
[2023-07-25T09:34:39.720Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2023-07-25T09:34:40.341Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:34:40.420Z] [INFO] space left on the machine
[Pipeline] sh
[2023-07-25T09:34:40.700Z] + df -h
[2023-07-25T09:34:40.701Z] Filesystem Size Used Avail Use% Mounted on
[2023-07-25T09:34:40.701Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-07-25T09:34:40.701Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-07-25T09:34:40.701Z] tmpfs 7.7G 17M 7.7G 1% /run
[2023-07-25T09:34:40.701Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-07-25T09:34:40.701Z] /dev/vda3 80G 22G 59G 28% /
[2023-07-25T09:34:40.701Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-07-25T09:34:40.701Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-07-25T09:34:40.730Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-07-25T09:34:41.043Z] + du -h -d1 /home/jenkins
[2023-07-25T09:34:41.044Z] 4.0K /home/jenkins/.ssh
[2023-07-25T09:34:41.044Z] 0 /home/jenkins/go
[2023-07-25T09:34:41.044Z] 8.0K /home/jenkins/.vnc
[2023-07-25T09:34:41.044Z] 8.0K /home/jenkins/.m2
[2023-07-25T09:34:41.044Z] 2.2G /home/jenkins/git-repos
[2023-07-25T09:34:41.044Z] 8.0K /home/jenkins/.config
[2023-07-25T09:34:41.044Z] du: cannot read directory '/home/jenkins/virtenvs/swf': Permission denied
[2023-07-25T09:34:41.044Z] 136M /home/jenkins/virtenvs
[2023-07-25T09:34:41.044Z] 4.0K /home/jenkins/.cekit
[2023-07-25T09:34:41.044Z] 33M /home/jenkins/remoting
[2023-07-25T09:34:41.044Z] 0 /home/jenkins/.cache
[2023-07-25T09:34:41.044Z] 13M /home/jenkins/workspace
[2023-07-25T09:34:41.044Z] 145M /home/jenkins/tools
[2023-07-25T09:34:41.044Z] 0 /home/jenkins/caches
[2023-07-25T09:34:41.044Z] 20M /home/jenkins/.npm
[2023-07-25T09:34:41.044Z] 2.5G /home/jenkins
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
[2023-07-25T09:34:41.141Z] Error when checking the space on node ... hudson.AbortException: script returned exit code 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:34:41.605Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-07-25T09:34:41.722Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-07-25T09:34:42.047Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-07-25T09:34:43.932Z]
[2023-07-25T09:34:43.932Z] changed 95 packages, and audited 96 packages in 2s
[2023-07-25T09:34:43.932Z]
[2023-07-25T09:34:43.932Z] 5 packages are looking for funding
[2023-07-25T09:34:43.932Z] run `npm fund` for details
[2023-07-25T09:34:43.932Z]
[2023-07-25T09:34:43.932Z] found 0 vulnerabilities
[Pipeline] sh
[2023-07-25T09:34:44.225Z] + npm list -g
[2023-07-25T09:34:44.225Z] + grep build-chain
[2023-07-25T09:34:44.480Z] ├── @kie/[email protected]
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:34:44.981Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-07-25T09:34:45.019Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2023-07-25T09:34:45.036Z] provisioning config files...
[2023-07-25T09:34:45.040Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples@tmp/config9645723612629621316tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-07-25T09:34:45.088Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:34:45.142Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples@tmp/config9645723612629621316tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-07-25T09:34:45.200Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-07-25T09:34:45.201Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-07-25T09:34:45.201Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-07-25T09:34:45.471Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-07-25T09:34:45.471Z] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples@tmp/durable-0002cc82/script.sh: line 2: /home/jenkins/virtenvs/swf/bin/activate: Permission denied
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-25T09:34:45.606Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:34:46.075Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-25T09:34:46.105Z] Recording test results
[2023-07-25T09:34:46.120Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-25T09:34:46.146Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:34:46.519Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 25, 2023

(tests) - kogito-springboot-examples job #1282 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Reproducer

export BUILD_MVN_OPTS_CURRENT=
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-examples -u https://github.com/kiegroup/kogito-runtimes/pull/3133 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-springboot-examples/1282/display/redirect
See console log:

Console Logs GitHub pull request #3133 of commit 5c4cbf0, no merge conflicts.
Setting status of 5c4cbf0 to PENDING with url https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-springboot-examples/1282/display/redirect and message: 'Build started.'
Using context: (build) kogito-springboot-examples
Checking out git https://github.com/kiegroup/kogito-pipelines.git into /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-springboot-examples/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92 to read .ci/jenkins/Jenkinsfile.buildchain
The recommended git tool is: NONE
using credential kie-ci3
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-springboot-examples/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Commit message: "Add release branch 1.42.x after cut-off"
> git rev-list --no-walk 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Loading library jenkins-pipeline-shared-libraries@main
Attempting to resolve main from remote references...
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh15521965642706401133.key
Verifying host key using manually-configured host key entries
> git ls-remote -h -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Found match: refs/heads/main revision 154102e8350a7d952396c3a28edb983df906baec
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential kie-ci-user-key
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-springboot-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/kiegroup/jenkins-pipeline-shared-libraries
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-springboot-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh10863265755445788511.key
Verifying host key using manually-configured host key entries
> git fetch --no-tags --force --progress -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 154102e8350a7d952396c3a28edb983df906baec (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 154102e8350a7d952396c3a28edb983df906baec # timeout=10
Commit message: "Add `githubscm.deleteReleaseAndTag` method (#291)"
> git rev-list --no-walk 154102e8350a7d952396c3a28edb983df906baec # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on rhos-01-kie-rhel8-xlarge-docker-1121 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci3
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
Commit message: "Add release branch 1.42.x after cut-off"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-07-25T09:34:38.862Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:34:39.712Z] + printenv
[Pipeline] archiveArtifacts
[2023-07-25T09:34:39.742Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2023-07-25T09:34:40.418Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:34:40.455Z] [INFO] space left on the machine
[Pipeline] sh
[2023-07-25T09:34:40.789Z] + df -h
[2023-07-25T09:34:40.789Z] Filesystem Size Used Avail Use% Mounted on
[2023-07-25T09:34:40.789Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-07-25T09:34:40.789Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-07-25T09:34:40.789Z] tmpfs 7.7G 17M 7.7G 1% /run
[2023-07-25T09:34:40.790Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-07-25T09:34:40.790Z] /dev/vda3 80G 22G 59G 28% /
[2023-07-25T09:34:40.790Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-07-25T09:34:40.790Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-07-25T09:34:40.827Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-07-25T09:34:41.141Z] + du -h -d1 /home/jenkins
[2023-07-25T09:34:41.142Z] 4.0K /home/jenkins/.ssh
[2023-07-25T09:34:41.142Z] 0 /home/jenkins/go
[2023-07-25T09:34:41.142Z] 8.0K /home/jenkins/.vnc
[2023-07-25T09:34:41.142Z] 8.0K /home/jenkins/.m2
[2023-07-25T09:34:41.142Z] 2.2G /home/jenkins/git-repos
[2023-07-25T09:34:41.142Z] 8.0K /home/jenkins/.config
[2023-07-25T09:34:41.142Z] du: cannot read directory '/home/jenkins/virtenvs/swf': Permission denied
[2023-07-25T09:34:41.142Z] 136M /home/jenkins/virtenvs
[2023-07-25T09:34:41.142Z] 4.0K /home/jenkins/.cekit
[2023-07-25T09:34:41.142Z] 33M /home/jenkins/remoting
[2023-07-25T09:34:41.142Z] 0 /home/jenkins/.cache
[2023-07-25T09:34:41.142Z] 13M /home/jenkins/workspace
[2023-07-25T09:34:41.142Z] 145M /home/jenkins/tools
[2023-07-25T09:34:41.142Z] 0 /home/jenkins/caches
[2023-07-25T09:34:41.142Z] 20M /home/jenkins/.npm
[2023-07-25T09:34:41.142Z] 2.5G /home/jenkins
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
[2023-07-25T09:34:41.243Z] Error when checking the space on node ... hudson.AbortException: script returned exit code 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:34:41.733Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-07-25T09:34:41.891Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-07-25T09:34:42.179Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-07-25T09:34:44.067Z]
[2023-07-25T09:34:44.067Z] changed 95 packages, and audited 96 packages in 2s
[2023-07-25T09:34:44.067Z]
[2023-07-25T09:34:44.067Z] 5 packages are looking for funding
[2023-07-25T09:34:44.067Z] run `npm fund` for details
[2023-07-25T09:34:44.067Z]
[2023-07-25T09:34:44.067Z] found 0 vulnerabilities
[Pipeline] sh
[2023-07-25T09:34:44.374Z] + npm list -g
[2023-07-25T09:34:44.375Z] + grep build-chain
[2023-07-25T09:34:44.629Z] ├── @kie/[email protected]
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:34:45.141Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-07-25T09:34:45.205Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2023-07-25T09:34:45.222Z] provisioning config files...
[2023-07-25T09:34:45.227Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples@tmp/config4982225096452657251tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-07-25T09:34:45.295Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:34:45.363Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples@tmp/config4982225096452657251tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-07-25T09:34:45.414Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-07-25T09:34:45.414Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-07-25T09:34:45.414Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-07-25T09:34:45.680Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-07-25T09:34:45.680Z] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples@tmp/durable-c74ab9e2/script.sh: line 2: /home/jenkins/virtenvs/swf/bin/activate: Permission denied
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-25T09:34:45.797Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:34:46.208Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-25T09:34:46.234Z] Recording test results
[2023-07-25T09:34:46.245Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-25T09:34:46.269Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:34:46.646Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 25, 2023

(tests) - kogito-quarkus-examples job #1270 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Reproducer

export BUILD_MVN_OPTS_CURRENT=
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-examples -u https://github.com/kiegroup/kogito-runtimes/pull/3133 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-quarkus-examples/1270/display/redirect
See console log:

Console Logs GitHub pull request #3133 of commit 5c4cbf0, no merge conflicts.
Setting status of 5c4cbf0 to PENDING with url https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-quarkus-examples/1270/display/redirect and message: 'Build started.'
Using context: (build) kogito-quarkus-examples
Checking out git https://github.com/kiegroup/kogito-pipelines.git into /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-quarkus-examples/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92 to read .ci/jenkins/Jenkinsfile.buildchain
The recommended git tool is: NONE
using credential kie-ci3
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-quarkus-examples/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Commit message: "Add release branch 1.42.x after cut-off"
> git rev-list --no-walk 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Loading library jenkins-pipeline-shared-libraries@main
Attempting to resolve main from remote references...
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1989171213112421660.key
Verifying host key using manually-configured host key entries
> git ls-remote -h -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Found match: refs/heads/main revision 154102e8350a7d952396c3a28edb983df906baec
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential kie-ci-user-key
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-quarkus-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/kiegroup/jenkins-pipeline-shared-libraries
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-quarkus-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh7379714615731965146.key
Verifying host key using manually-configured host key entries
> git fetch --no-tags --force --progress -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 154102e8350a7d952396c3a28edb983df906baec (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 154102e8350a7d952396c3a28edb983df906baec # timeout=10
Commit message: "Add `githubscm.deleteReleaseAndTag` method (#291)"
> git rev-list --no-walk 154102e8350a7d952396c3a28edb983df906baec # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on rhos-01-kie-rhel8-xlarge-docker-1124 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci3
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
Commit message: "Add release branch 1.42.x after cut-off"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-07-25T09:34:39.130Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:34:39.959Z] + printenv
[Pipeline] archiveArtifacts
[2023-07-25T09:34:39.998Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2023-07-25T09:34:40.694Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:34:40.737Z] [INFO] space left on the machine
[Pipeline] sh
[2023-07-25T09:34:41.056Z] + df -h
[2023-07-25T09:34:41.057Z] Filesystem Size Used Avail Use% Mounted on
[2023-07-25T09:34:41.057Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-07-25T09:34:41.057Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-07-25T09:34:41.057Z] tmpfs 7.7G 17M 7.7G 1% /run
[2023-07-25T09:34:41.057Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-07-25T09:34:41.057Z] /dev/vda3 80G 22G 59G 28% /
[2023-07-25T09:34:41.057Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-07-25T09:34:41.057Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-07-25T09:34:41.098Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-07-25T09:34:41.391Z] + du -h -d1 /home/jenkins
[2023-07-25T09:34:41.392Z] 4.0K /home/jenkins/.ssh
[2023-07-25T09:34:41.392Z] 0 /home/jenkins/go
[2023-07-25T09:34:41.392Z] 8.0K /home/jenkins/.vnc
[2023-07-25T09:34:41.392Z] 8.0K /home/jenkins/.m2
[2023-07-25T09:34:41.392Z] 2.2G /home/jenkins/git-repos
[2023-07-25T09:34:41.392Z] 8.0K /home/jenkins/.config
[2023-07-25T09:34:41.392Z] du: cannot read directory '/home/jenkins/virtenvs/swf': Permission denied
[2023-07-25T09:34:41.392Z] 136M /home/jenkins/virtenvs
[2023-07-25T09:34:41.392Z] 4.0K /home/jenkins/.cekit
[2023-07-25T09:34:41.392Z] 33M /home/jenkins/remoting
[2023-07-25T09:34:41.392Z] 0 /home/jenkins/.cache
[2023-07-25T09:34:41.392Z] 13M /home/jenkins/workspace
[2023-07-25T09:34:41.392Z] 145M /home/jenkins/tools
[2023-07-25T09:34:41.392Z] 0 /home/jenkins/caches
[2023-07-25T09:34:41.392Z] 20M /home/jenkins/.npm
[2023-07-25T09:34:41.392Z] 2.5G /home/jenkins
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
[2023-07-25T09:34:41.514Z] Error when checking the space on node ... hudson.AbortException: script returned exit code 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:34:42.005Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-07-25T09:34:42.112Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-07-25T09:34:42.395Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-07-25T09:34:44.280Z]
[2023-07-25T09:34:44.280Z] changed 95 packages, and audited 96 packages in 2s
[2023-07-25T09:34:44.280Z]
[2023-07-25T09:34:44.280Z] 5 packages are looking for funding
[2023-07-25T09:34:44.281Z] run `npm fund` for details
[2023-07-25T09:34:44.281Z]
[2023-07-25T09:34:44.281Z] found 0 vulnerabilities
[Pipeline] sh
[2023-07-25T09:34:44.575Z] + npm list -g
[2023-07-25T09:34:44.575Z] + grep build-chain
[2023-07-25T09:34:45.135Z] ├── @kie/[email protected]
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:34:45.757Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-07-25T09:34:45.817Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2023-07-25T09:34:45.834Z] provisioning config files...
[2023-07-25T09:34:45.838Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples@tmp/config4390365556434262746tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-07-25T09:34:45.887Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:34:45.934Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples@tmp/config4390365556434262746tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-07-25T09:34:45.956Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-07-25T09:34:45.957Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-07-25T09:34:45.957Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-07-25T09:34:46.225Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-07-25T09:34:46.225Z] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples@tmp/durable-bd4149b1/script.sh: line 2: /home/jenkins/virtenvs/swf/bin/activate: Permission denied
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-25T09:34:46.304Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:34:46.708Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-25T09:34:46.737Z] Recording test results
[2023-07-25T09:34:46.751Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-25T09:34:46.775Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:34:47.159Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 25, 2023

(tests) - kogito-runtimes job #2927 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Reproducer

export BUILD_MVN_OPTS_CURRENT=-T 1C -Dvalidate-formatting -Prun-code-coverage
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-runtimes -u https://github.com/kiegroup/kogito-runtimes/pull/3133 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.kogito-runtimes/2927/display/redirect
See console log:

Console Logs GitHub pull request #3133 of commit 5c4cbf0, no merge conflicts.
Setting status of 5c4cbf0 to PENDING with url https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.kogito-runtimes/2927/display/redirect and message: 'Build started.'
Using context: (build) kogito-runtimes
Checking out git https://github.com/kiegroup/kogito-pipelines.git into /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.kogito-runtimes/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92 to read .ci/jenkins/Jenkinsfile.buildchain
The recommended git tool is: NONE
using credential kie-ci3
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.kogito-runtimes/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Commit message: "Add release branch 1.42.x after cut-off"
> git rev-list --no-walk 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Loading library jenkins-pipeline-shared-libraries@main
Attempting to resolve main from remote references...
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh9401744815735971527.key
Verifying host key using manually-configured host key entries
> git ls-remote -h -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Found match: refs/heads/main revision 154102e8350a7d952396c3a28edb983df906baec
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential kie-ci-user-key
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.kogito-runtimes/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/kiegroup/jenkins-pipeline-shared-libraries
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.kogito-runtimes/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh2726375196016865589.key
Verifying host key using manually-configured host key entries
> git fetch --no-tags --force --progress -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 154102e8350a7d952396c3a28edb983df906baec (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 154102e8350a7d952396c3a28edb983df906baec # timeout=10
Commit message: "Add `githubscm.deleteReleaseAndTag` method (#291)"
> git rev-list --no-walk 154102e8350a7d952396c3a28edb983df906baec # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on rhos-01-kie-rhel8-xlarge-docker-1126 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci3
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
Commit message: "Add release branch 1.42.x after cut-off"
[Pipeline] }
[Pipeline] // stage
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-07-25T09:34:40.723Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[2023-07-25T09:34:40.858Z] Installing NodeJS from /var/jenkins_home/caches/nodejs/LINUX/amd64/16.2.0.tar.gz to /home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0 on rhos-01-kie-rhel8-xlarge-docker-1126
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:34:43.448Z] + printenv
[Pipeline] archiveArtifacts
[2023-07-25T09:34:43.510Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2023-07-25T09:34:44.135Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:34:44.168Z] [INFO] space left on the machine
[Pipeline] sh
[2023-07-25T09:34:44.470Z] + df -h
[2023-07-25T09:34:44.471Z] Filesystem Size Used Avail Use% Mounted on
[2023-07-25T09:34:44.471Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-07-25T09:34:44.471Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-07-25T09:34:44.471Z] tmpfs 7.7G 17M 7.7G 1% /run
[2023-07-25T09:34:44.471Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-07-25T09:34:44.471Z] /dev/vda3 80G 22G 59G 28% /
[2023-07-25T09:34:44.471Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-07-25T09:34:44.471Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-07-25T09:34:44.495Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-07-25T09:34:44.788Z] + du -h -d1 /home/jenkins
[2023-07-25T09:34:44.789Z] 4.0K /home/jenkins/.ssh
[2023-07-25T09:34:44.789Z] 0 /home/jenkins/go
[2023-07-25T09:34:44.789Z] 8.0K /home/jenkins/.vnc
[2023-07-25T09:34:44.789Z] 8.0K /home/jenkins/.m2
[2023-07-25T09:34:44.789Z] 2.2G /home/jenkins/git-repos
[2023-07-25T09:34:44.789Z] 8.0K /home/jenkins/.config
[2023-07-25T09:34:45.044Z] du: cannot read directory '/home/jenkins/virtenvs/swf': Permission denied
[2023-07-25T09:34:45.044Z] 136M /home/jenkins/virtenvs
[2023-07-25T09:34:45.044Z] 4.0K /home/jenkins/.cekit
[2023-07-25T09:34:45.044Z] 32M /home/jenkins/remoting
[2023-07-25T09:34:45.044Z] 0 /home/jenkins/.cache
[2023-07-25T09:34:45.044Z] 13M /home/jenkins/workspace
[2023-07-25T09:34:45.044Z] 100M /home/jenkins/tools
[2023-07-25T09:34:45.044Z] 0 /home/jenkins/caches
[2023-07-25T09:34:45.044Z] 2.5G /home/jenkins
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
[2023-07-25T09:34:45.141Z] Error when checking the space on node ... hudson.AbortException: script returned exit code 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:34:45.615Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-07-25T09:34:45.705Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-07-25T09:34:45.998Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-07-25T09:34:49.290Z]
[2023-07-25T09:34:49.290Z] added 95 packages, and audited 96 packages in 3s
[2023-07-25T09:34:49.290Z]
[2023-07-25T09:34:49.290Z] 5 packages are looking for funding
[2023-07-25T09:34:49.290Z] run `npm fund` for details
[2023-07-25T09:34:49.290Z]
[2023-07-25T09:34:49.290Z] found 0 vulnerabilities
[Pipeline] sh
[2023-07-25T09:34:49.588Z] + npm list -g
[2023-07-25T09:34:49.588Z] + grep build-chain
[2023-07-25T09:34:49.843Z] ├── @kie/[email protected]
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:34:51.895Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-07-25T09:34:53.092Z] BUILD_MVN_OPTS_CURRENT = -T 1C -Dvalidate-formatting -Prun-code-coverage
[Pipeline] configFileProvider
[2023-07-25T09:34:53.489Z] provisioning config files...
[2023-07-25T09:34:53.691Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config17730094014876843129tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-07-25T09:34:55.089Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:34:56.387Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config17730094014876843129tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-07-25T09:34:56.993Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-07-25T09:34:57.087Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-07-25T09:34:57.087Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-07-25T09:34:57.788Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-07-25T09:34:57.788Z] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/durable-84f1c507/script.sh: line 2: /home/jenkins/virtenvs/swf/bin/activate: Permission denied
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-25T09:34:57.938Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:34:58.454Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-25T09:34:58.503Z] Recording test results
[2023-07-25T09:34:58.701Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-25T09:34:58.719Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:34:59.189Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 25, 2023

(tests) - kogito-quarkus-examples job #1271 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Reproducer

export BUILD_MVN_OPTS_CURRENT=
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-examples -u https://github.com/kiegroup/kogito-runtimes/pull/3133 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-quarkus-examples/1271/display/redirect
See console log:

Console Logs GitHub pull request #3133 of commit 5642155, no merge conflicts.
Setting status of 5642155 to PENDING with url https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-quarkus-examples/1271/display/redirect and message: 'Build started.'
Using context: (build) kogito-quarkus-examples
Checking out git https://github.com/kiegroup/kogito-pipelines.git into /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-quarkus-examples/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92 to read .ci/jenkins/Jenkinsfile.buildchain
The recommended git tool is: NONE
using credential kie-ci3
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-quarkus-examples/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Commit message: "Add release branch 1.42.x after cut-off"
> git rev-list --no-walk 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Loading library jenkins-pipeline-shared-libraries@main
Attempting to resolve main from remote references...
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh2072767392389856672.key
Verifying host key using manually-configured host key entries
> git ls-remote -h -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Found match: refs/heads/main revision 154102e8350a7d952396c3a28edb983df906baec
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential kie-ci-user-key
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-quarkus-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/kiegroup/jenkins-pipeline-shared-libraries
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-quarkus-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh9474240061506926528.key
Verifying host key using manually-configured host key entries
> git fetch --no-tags --force --progress -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 154102e8350a7d952396c3a28edb983df906baec (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 154102e8350a7d952396c3a28edb983df906baec # timeout=10
Commit message: "Add `githubscm.deleteReleaseAndTag` method (#291)"
> git rev-list --no-walk 154102e8350a7d952396c3a28edb983df906baec # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on rhos-01-kie-rhel8-xlarge-docker-1126 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci3
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
Commit message: "Add release branch 1.42.x after cut-off"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-07-25T09:47:24.234Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
[2023-07-25T09:47:24.891Z] + printenv
[Pipeline] archiveArtifacts
[2023-07-25T09:47:24.918Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2023-07-25T09:47:25.466Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:47:25.500Z] [INFO] space left on the machine
[Pipeline] sh
[2023-07-25T09:47:25.779Z] + df -h
[2023-07-25T09:47:25.780Z] Filesystem Size Used Avail Use% Mounted on
[2023-07-25T09:47:25.780Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-07-25T09:47:25.780Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-07-25T09:47:25.780Z] tmpfs 7.7G 17M 7.7G 1% /run
[2023-07-25T09:47:25.780Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-07-25T09:47:25.780Z] /dev/vda3 80G 22G 59G 28% /
[2023-07-25T09:47:25.780Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-07-25T09:47:25.780Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-07-25T09:47:25.803Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-07-25T09:47:26.085Z] + du -h -d1 /home/jenkins
[2023-07-25T09:47:26.086Z] 4.0K /home/jenkins/.ssh
[2023-07-25T09:47:26.086Z] 0 /home/jenkins/go
[2023-07-25T09:47:26.086Z] 8.0K /home/jenkins/.vnc
[2023-07-25T09:47:26.086Z] 8.0K /home/jenkins/.m2
[2023-07-25T09:47:26.086Z] 2.2G /home/jenkins/git-repos
[2023-07-25T09:47:26.086Z] 8.0K /home/jenkins/.config
[2023-07-25T09:47:26.086Z] du: cannot read directory '/home/jenkins/virtenvs/swf': Permission denied
[2023-07-25T09:47:26.086Z] 136M /home/jenkins/virtenvs
[2023-07-25T09:47:26.086Z] 4.0K /home/jenkins/.cekit
[2023-07-25T09:47:26.086Z] 33M /home/jenkins/remoting
[2023-07-25T09:47:26.086Z] 0 /home/jenkins/.cache
[2023-07-25T09:47:26.086Z] 13M /home/jenkins/workspace
[2023-07-25T09:47:26.086Z] 145M /home/jenkins/tools
[2023-07-25T09:47:26.086Z] 0 /home/jenkins/caches
[2023-07-25T09:47:26.086Z] 20M /home/jenkins/.npm
[2023-07-25T09:47:26.086Z] 2.5G /home/jenkins
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
[2023-07-25T09:47:26.153Z] Error when checking the space on node ... hudson.AbortException: script returned exit code 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:47:26.436Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-07-25T09:47:26.513Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-07-25T09:47:26.798Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-07-25T09:47:28.690Z]
[2023-07-25T09:47:28.690Z] changed 95 packages, and audited 96 packages in 2s
[2023-07-25T09:47:28.690Z]
[2023-07-25T09:47:28.690Z] 5 packages are looking for funding
[2023-07-25T09:47:28.690Z] run `npm fund` for details
[2023-07-25T09:47:28.690Z]
[2023-07-25T09:47:28.690Z] found 0 vulnerabilities
[Pipeline] sh
[2023-07-25T09:47:28.978Z] + npm list -g
[2023-07-25T09:47:28.979Z] + grep build-chain
[2023-07-25T09:47:29.541Z] ├── @kie/[email protected]
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:47:29.974Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-07-25T09:47:30.000Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2023-07-25T09:47:30.015Z] provisioning config files...
[2023-07-25T09:47:30.020Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples@tmp/config12631042287929470699tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-07-25T09:47:30.062Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:47:30.102Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples@tmp/config12631042287929470699tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-07-25T09:47:30.125Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-07-25T09:47:30.126Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-07-25T09:47:30.126Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-07-25T09:47:30.394Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-07-25T09:47:30.394Z] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples@tmp/durable-a0638cd0/script.sh: line 2: /home/jenkins/virtenvs/swf/bin/activate: Permission denied
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-25T09:47:30.463Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:47:30.848Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-25T09:47:30.873Z] Recording test results
[2023-07-25T09:47:30.891Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-25T09:47:30.910Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:47:31.310Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 25, 2023

(tests) - serverless-workflow-examples job #1261 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Reproducer

export BUILD_MVN_OPTS_CURRENT=
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-examples -u https://github.com/kiegroup/kogito-runtimes/pull/3133 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.serverless-workflow-examples/1261/display/redirect
See console log:

Console Logs GitHub pull request #3133 of commit 5642155, no merge conflicts.
Setting status of 5642155 to PENDING with url https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.serverless-workflow-examples/1261/display/redirect and message: 'Build started.'
Using context: (build) serverless-workflow-examples
Checking out git https://github.com/kiegroup/kogito-pipelines.git into /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.serverless-workflow-examples/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92 to read .ci/jenkins/Jenkinsfile.buildchain
The recommended git tool is: NONE
using credential kie-ci3
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.serverless-workflow-examples/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Commit message: "Add release branch 1.42.x after cut-off"
> git rev-list --no-walk 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Loading library jenkins-pipeline-shared-libraries@main
Attempting to resolve main from remote references...
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh9403886831848599909.key
Verifying host key using manually-configured host key entries
> git ls-remote -h -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Found match: refs/heads/main revision 154102e8350a7d952396c3a28edb983df906baec
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential kie-ci-user-key
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.serverless-workflow-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/kiegroup/jenkins-pipeline-shared-libraries
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.serverless-workflow-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh16846038221834750963.key
Verifying host key using manually-configured host key entries
> git fetch --no-tags --force --progress -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 154102e8350a7d952396c3a28edb983df906baec (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 154102e8350a7d952396c3a28edb983df906baec # timeout=10
Commit message: "Add `githubscm.deleteReleaseAndTag` method (#291)"
> git rev-list --no-walk 154102e8350a7d952396c3a28edb983df906baec # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘kie-rhel8&&docker&&kie-mem16g&&!built-in’
Running on rhos-01-kie-rhel8-xlarge-docker-1126 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci3
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
Commit message: "Add release branch 1.42.x after cut-off"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-07-25T09:47:41.465Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
[Pipeline] sh
[2023-07-25T09:47:42.175Z] + printenv
[Pipeline] archiveArtifacts
[2023-07-25T09:47:42.206Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2023-07-25T09:47:42.807Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:47:42.841Z] [INFO] space left on the machine
[Pipeline] sh
[2023-07-25T09:47:43.119Z] + df -h
[2023-07-25T09:47:43.121Z] Filesystem Size Used Avail Use% Mounted on
[2023-07-25T09:47:43.121Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-07-25T09:47:43.121Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-07-25T09:47:43.121Z] tmpfs 7.7G 17M 7.7G 1% /run
[2023-07-25T09:47:43.121Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-07-25T09:47:43.121Z] /dev/vda3 80G 22G 59G 28% /
[2023-07-25T09:47:43.121Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-07-25T09:47:43.121Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-07-25T09:47:43.147Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-07-25T09:47:43.430Z] + du -h -d1 /home/jenkins
[2023-07-25T09:47:43.431Z] 4.0K /home/jenkins/.ssh
[2023-07-25T09:47:43.431Z] 0 /home/jenkins/go
[2023-07-25T09:47:43.431Z] 8.0K /home/jenkins/.vnc
[2023-07-25T09:47:43.431Z] 8.0K /home/jenkins/.m2
[2023-07-25T09:47:43.431Z] 2.2G /home/jenkins/git-repos
[2023-07-25T09:47:43.431Z] 8.0K /home/jenkins/.config
[2023-07-25T09:47:43.431Z] du: cannot read directory '/home/jenkins/virtenvs/swf': Permission denied
[2023-07-25T09:47:43.431Z] 136M /home/jenkins/virtenvs
[2023-07-25T09:47:43.431Z] 4.0K /home/jenkins/.cekit
[2023-07-25T09:47:43.431Z] 33M /home/jenkins/remoting
[2023-07-25T09:47:43.431Z] 0 /home/jenkins/.cache
[2023-07-25T09:47:43.431Z] 13M /home/jenkins/workspace
[2023-07-25T09:47:43.431Z] 145M /home/jenkins/tools
[2023-07-25T09:47:43.431Z] 0 /home/jenkins/caches
[2023-07-25T09:47:43.431Z] 20M /home/jenkins/.npm
[2023-07-25T09:47:43.431Z] 2.5G /home/jenkins
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
[2023-07-25T09:47:43.519Z] Error when checking the space on node ... hudson.AbortException: script returned exit code 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:47:43.893Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-07-25T09:47:43.967Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-07-25T09:47:44.271Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-07-25T09:47:46.156Z]
[2023-07-25T09:47:46.156Z] changed 95 packages, and audited 96 packages in 2s
[2023-07-25T09:47:46.156Z]
[2023-07-25T09:47:46.156Z] 5 packages are looking for funding
[2023-07-25T09:47:46.156Z] run `npm fund` for details
[2023-07-25T09:47:46.156Z]
[2023-07-25T09:47:46.156Z] found 0 vulnerabilities
[Pipeline] sh
[2023-07-25T09:47:46.454Z] + npm list -g
[2023-07-25T09:47:46.455Z] + grep build-chain
[2023-07-25T09:47:47.015Z] ├── @kie/[email protected]
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:47:47.546Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-07-25T09:47:47.575Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2023-07-25T09:47:47.602Z] provisioning config files...
[2023-07-25T09:47:47.608Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples@tmp/config8586531447194061093tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-07-25T09:47:47.650Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:47:47.710Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples@tmp/config8586531447194061093tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-07-25T09:47:47.733Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-07-25T09:47:47.734Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-07-25T09:47:47.734Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-07-25T09:47:48.005Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-07-25T09:47:48.005Z] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples@tmp/durable-c6f26d6a/script.sh: line 2: /home/jenkins/virtenvs/swf/bin/activate: Permission denied
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-25T09:47:48.095Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:47:48.515Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-25T09:47:48.546Z] Recording test results
[2023-07-25T09:47:48.559Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-25T09:47:48.601Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:47:48.982Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 25, 2023

(tests) - kogito-springboot-examples job #1283 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Reproducer

export BUILD_MVN_OPTS_CURRENT=
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-examples -u https://github.com/kiegroup/kogito-runtimes/pull/3133 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-springboot-examples/1283/display/redirect
See console log:

Console Logs GitHub pull request #3133 of commit 5642155, no merge conflicts.
Setting status of 5642155 to PENDING with url https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-springboot-examples/1283/display/redirect and message: 'Build started.'
Using context: (build) kogito-springboot-examples
Checking out git https://github.com/kiegroup/kogito-pipelines.git into /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-springboot-examples/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92 to read .ci/jenkins/Jenkinsfile.buildchain
The recommended git tool is: NONE
using credential kie-ci3
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-springboot-examples/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Commit message: "Add release branch 1.42.x after cut-off"
> git rev-list --no-walk 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Loading library jenkins-pipeline-shared-libraries@main
Attempting to resolve main from remote references...
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh863252613816823189.key
Verifying host key using manually-configured host key entries
> git ls-remote -h -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Found match: refs/heads/main revision 154102e8350a7d952396c3a28edb983df906baec
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential kie-ci-user-key
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-springboot-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/kiegroup/jenkins-pipeline-shared-libraries
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-springboot-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh10330339190985134119.key
Verifying host key using manually-configured host key entries
> git fetch --no-tags --force --progress -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 154102e8350a7d952396c3a28edb983df906baec (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 154102e8350a7d952396c3a28edb983df906baec # timeout=10
Commit message: "Add `githubscm.deleteReleaseAndTag` method (#291)"
> git rev-list --no-walk 154102e8350a7d952396c3a28edb983df906baec # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘kie-rhel8&&docker&&kie-mem16g&&!built-in’
Running on rhos-01-kie-rhel8-xlarge-docker-1126 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci3
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
Commit message: "Add release branch 1.42.x after cut-off"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-07-25T09:47:59.537Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:48:00.258Z] + printenv
[Pipeline] archiveArtifacts
[2023-07-25T09:48:00.296Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2023-07-25T09:48:00.925Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:48:00.965Z] [INFO] space left on the machine
[Pipeline] sh
[2023-07-25T09:48:01.261Z] + df -h
[2023-07-25T09:48:01.261Z] Filesystem Size Used Avail Use% Mounted on
[2023-07-25T09:48:01.261Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-07-25T09:48:01.261Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-07-25T09:48:01.261Z] tmpfs 7.7G 17M 7.7G 1% /run
[2023-07-25T09:48:01.261Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-07-25T09:48:01.261Z] /dev/vda3 80G 22G 59G 28% /
[2023-07-25T09:48:01.261Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-07-25T09:48:01.261Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-07-25T09:48:01.292Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-07-25T09:48:01.574Z] + du -h -d1 /home/jenkins
[2023-07-25T09:48:01.575Z] 4.0K /home/jenkins/.ssh
[2023-07-25T09:48:01.575Z] 0 /home/jenkins/go
[2023-07-25T09:48:01.575Z] 8.0K /home/jenkins/.vnc
[2023-07-25T09:48:01.575Z] 8.0K /home/jenkins/.m2
[2023-07-25T09:48:01.575Z] 2.2G /home/jenkins/git-repos
[2023-07-25T09:48:01.575Z] 8.0K /home/jenkins/.config
[2023-07-25T09:48:01.575Z] du: cannot read directory '/home/jenkins/virtenvs/swf': Permission denied
[2023-07-25T09:48:01.575Z] 136M /home/jenkins/virtenvs
[2023-07-25T09:48:01.575Z] 4.0K /home/jenkins/.cekit
[2023-07-25T09:48:01.575Z] 33M /home/jenkins/remoting
[2023-07-25T09:48:01.575Z] 0 /home/jenkins/.cache
[2023-07-25T09:48:01.575Z] 12M /home/jenkins/workspace
[2023-07-25T09:48:01.575Z] 145M /home/jenkins/tools
[2023-07-25T09:48:01.575Z] 0 /home/jenkins/caches
[2023-07-25T09:48:01.575Z] 20M /home/jenkins/.npm
[2023-07-25T09:48:01.575Z] 2.5G /home/jenkins
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
[2023-07-25T09:48:01.650Z] Error when checking the space on node ... hudson.AbortException: script returned exit code 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:48:02.007Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-07-25T09:48:02.100Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-07-25T09:48:02.384Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-07-25T09:48:04.271Z]
[2023-07-25T09:48:04.271Z] changed 95 packages, and audited 96 packages in 2s
[2023-07-25T09:48:04.271Z]
[2023-07-25T09:48:04.271Z] 5 packages are looking for funding
[2023-07-25T09:48:04.271Z] run `npm fund` for details
[2023-07-25T09:48:04.271Z]
[2023-07-25T09:48:04.271Z] found 0 vulnerabilities
[Pipeline] sh
[2023-07-25T09:48:04.576Z] + npm list -g
[2023-07-25T09:48:04.577Z] + grep build-chain
[2023-07-25T09:48:04.835Z] ├── @kie/[email protected]
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:48:05.349Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-07-25T09:48:05.390Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2023-07-25T09:48:05.406Z] provisioning config files...
[2023-07-25T09:48:05.410Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples@tmp/config17594460493389065980tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-07-25T09:48:05.448Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:48:05.519Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples@tmp/config17594460493389065980tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-07-25T09:48:05.544Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-07-25T09:48:05.544Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-07-25T09:48:05.544Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-07-25T09:48:05.811Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-07-25T09:48:05.811Z] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples@tmp/durable-df3a21f3/script.sh: line 2: /home/jenkins/virtenvs/swf/bin/activate: Permission denied
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-25T09:48:05.896Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:48:06.308Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-25T09:48:06.334Z] Recording test results
[2023-07-25T09:48:06.346Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-25T09:48:06.370Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:48:06.776Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 25, 2023

(tests) - kogito-runtimes job #2928 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Reproducer

export BUILD_MVN_OPTS_CURRENT=-T 1C -Dvalidate-formatting -Prun-code-coverage
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-runtimes -u https://github.com/kiegroup/kogito-runtimes/pull/3133 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.kogito-runtimes/2928/display/redirect
See console log:

Console Logs GitHub pull request #3133 of commit 5642155, no merge conflicts.
Setting status of 5642155 to PENDING with url https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.kogito-runtimes/2928/display/redirect and message: 'Build started.'
Using context: (build) kogito-runtimes
Checking out git https://github.com/kiegroup/kogito-pipelines.git into /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.kogito-runtimes/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92 to read .ci/jenkins/Jenkinsfile.buildchain
The recommended git tool is: NONE
using credential kie-ci3
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.kogito-runtimes/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Commit message: "Add release branch 1.42.x after cut-off"
> git rev-list --no-walk 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Loading library jenkins-pipeline-shared-libraries@main
Attempting to resolve main from remote references...
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh11214696019795121176.key
Verifying host key using manually-configured host key entries
> git ls-remote -h -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Found match: refs/heads/main revision 154102e8350a7d952396c3a28edb983df906baec
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential kie-ci-user-key
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.kogito-runtimes/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/kiegroup/jenkins-pipeline-shared-libraries
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.kogito-runtimes/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh4052495986655382160.key
Verifying host key using manually-configured host key entries
> git fetch --no-tags --force --progress -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 154102e8350a7d952396c3a28edb983df906baec (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 154102e8350a7d952396c3a28edb983df906baec # timeout=10
Commit message: "Add `githubscm.deleteReleaseAndTag` method (#291)"
> git rev-list --no-walk 154102e8350a7d952396c3a28edb983df906baec # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘kie-rhel8&&docker&&kie-mem16g&&!built-in’
Running on rhos-01-kie-rhel8-xlarge-docker-1126 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci3
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
Commit message: "Add release branch 1.42.x after cut-off"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-07-25T09:48:17.616Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
[2023-07-25T09:48:18.358Z] + printenv
[Pipeline] archiveArtifacts
[2023-07-25T09:48:18.400Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2023-07-25T09:48:19.100Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:48:19.136Z] [INFO] space left on the machine
[Pipeline] sh
[2023-07-25T09:48:19.415Z] + df -h
[2023-07-25T09:48:19.416Z] Filesystem Size Used Avail Use% Mounted on
[2023-07-25T09:48:19.416Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-07-25T09:48:19.416Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-07-25T09:48:19.416Z] tmpfs 7.7G 17M 7.7G 1% /run
[2023-07-25T09:48:19.416Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-07-25T09:48:19.416Z] /dev/vda3 80G 22G 59G 28% /
[2023-07-25T09:48:19.416Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-07-25T09:48:19.416Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-07-25T09:48:19.440Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-07-25T09:48:19.718Z] + du -h -d1 /home/jenkins
[2023-07-25T09:48:19.719Z] 4.0K /home/jenkins/.ssh
[2023-07-25T09:48:19.719Z] 0 /home/jenkins/go
[2023-07-25T09:48:19.719Z] 8.0K /home/jenkins/.vnc
[2023-07-25T09:48:19.719Z] 8.0K /home/jenkins/.m2
[2023-07-25T09:48:19.719Z] 2.2G /home/jenkins/git-repos
[2023-07-25T09:48:19.719Z] 8.0K /home/jenkins/.config
[2023-07-25T09:48:19.719Z] du: cannot read directory '/home/jenkins/virtenvs/swf': Permission denied
[2023-07-25T09:48:19.719Z] 136M /home/jenkins/virtenvs
[2023-07-25T09:48:19.719Z] 4.0K /home/jenkins/.cekit
[2023-07-25T09:48:19.719Z] 33M /home/jenkins/remoting
[2023-07-25T09:48:19.719Z] 0 /home/jenkins/.cache
[2023-07-25T09:48:19.719Z] 12M /home/jenkins/workspace
[2023-07-25T09:48:19.719Z] 145M /home/jenkins/tools
[2023-07-25T09:48:19.719Z] 0 /home/jenkins/caches
[2023-07-25T09:48:19.719Z] 20M /home/jenkins/.npm
[2023-07-25T09:48:19.719Z] 2.5G /home/jenkins
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
[2023-07-25T09:48:19.806Z] Error when checking the space on node ... hudson.AbortException: script returned exit code 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:48:20.152Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-07-25T09:48:20.241Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-07-25T09:48:20.532Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-07-25T09:48:22.418Z]
[2023-07-25T09:48:22.418Z] changed 95 packages, and audited 96 packages in 2s
[2023-07-25T09:48:22.418Z]
[2023-07-25T09:48:22.418Z] 5 packages are looking for funding
[2023-07-25T09:48:22.418Z] run `npm fund` for details
[2023-07-25T09:48:22.418Z]
[2023-07-25T09:48:22.418Z] found 0 vulnerabilities
[Pipeline] sh
[2023-07-25T09:48:22.712Z] + npm list -g
[2023-07-25T09:48:22.713Z] + grep build-chain
[2023-07-25T09:48:23.273Z] ├── @kie/[email protected]
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:48:23.765Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-07-25T09:48:23.805Z] BUILD_MVN_OPTS_CURRENT = -T 1C -Dvalidate-formatting -Prun-code-coverage
[Pipeline] configFileProvider
[2023-07-25T09:48:23.821Z] provisioning config files...
[2023-07-25T09:48:23.826Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config5858539564359734697tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-07-25T09:48:23.869Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:48:23.927Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config5858539564359734697tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-07-25T09:48:23.950Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-07-25T09:48:23.950Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-07-25T09:48:23.950Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-07-25T09:48:24.218Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-07-25T09:48:24.219Z] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/durable-d84e2d55/script.sh: line 2: /home/jenkins/virtenvs/swf/bin/activate: Permission denied
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-25T09:48:24.305Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:48:24.770Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-25T09:48:24.800Z] Recording test results
[2023-07-25T09:48:24.814Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-25T09:48:24.843Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:48:25.242Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 25, 2023

(tests) - kogito-apps job #2919 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Reproducer

export BUILD_MVN_OPTS_CURRENT=
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-apps -u https://github.com/kiegroup/kogito-runtimes/pull/3133 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-apps/2919/display/redirect
See console log:

Console Logs GitHub pull request #3133 of commit 5642155, no merge conflicts.
Setting status of 5642155 to PENDING with url https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-apps/2919/display/redirect and message: 'Build started.'
Using context: (build) kogito-apps
Checking out git https://github.com/kiegroup/kogito-pipelines.git into /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-apps/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92 to read .ci/jenkins/Jenkinsfile.buildchain
The recommended git tool is: NONE
using credential kie-ci3
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-apps/workspace@script/ee10b829cbd0ac763d0be6f0356db3418b2d4469e9daa1842e842313521cde92/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Commit message: "Add release branch 1.42.x after cut-off"
> git rev-list --no-walk 97d33338ec8604e37932260e71128028fa78867a # timeout=10
Loading library jenkins-pipeline-shared-libraries@main
Attempting to resolve main from remote references...
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1732274163169359149.key
Verifying host key using manually-configured host key entries
> git ls-remote -h -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Found match: refs/heads/main revision 154102e8350a7d952396c3a28edb983df906baec
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential kie-ci-user-key
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-apps/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/kiegroup/jenkins-pipeline-shared-libraries
> git --version # timeout=10
> git --version # 'git version 2.31.1'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-apps/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh17163600820991103343.key
Verifying host key using manually-configured host key entries
> git fetch --no-tags --force --progress -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 154102e8350a7d952396c3a28edb983df906baec (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 154102e8350a7d952396c3a28edb983df906baec # timeout=10
Commit message: "Add `githubscm.deleteReleaseAndTag` method (#291)"
> git rev-list --no-walk 154102e8350a7d952396c3a28edb983df906baec # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘kie-rhel8&&docker&&kie-mem16g&&!built-in’
Running on rhos-01-kie-rhel8-xlarge-docker-1126 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci3
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 97d33338ec8604e37932260e71128028fa78867a (origin/main)
Commit message: "Add release branch 1.42.x after cut-off"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-07-25T09:48:35.829Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 97d33338ec8604e37932260e71128028fa78867a # timeout=10
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:48:36.579Z] + printenv
[Pipeline] archiveArtifacts
[2023-07-25T09:48:36.615Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2023-07-25T09:48:37.206Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:48:37.243Z] [INFO] space left on the machine
[Pipeline] sh
[2023-07-25T09:48:37.524Z] + df -h
[2023-07-25T09:48:37.524Z] Filesystem Size Used Avail Use% Mounted on
[2023-07-25T09:48:37.524Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-07-25T09:48:37.524Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-07-25T09:48:37.524Z] tmpfs 7.7G 17M 7.7G 1% /run
[2023-07-25T09:48:37.524Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-07-25T09:48:37.524Z] /dev/vda3 80G 22G 59G 28% /
[2023-07-25T09:48:37.524Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-07-25T09:48:37.524Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-07-25T09:48:37.557Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-07-25T09:48:37.851Z] + du -h -d1 /home/jenkins
[2023-07-25T09:48:37.851Z] 4.0K /home/jenkins/.ssh
[2023-07-25T09:48:37.851Z] 0 /home/jenkins/go
[2023-07-25T09:48:37.851Z] 8.0K /home/jenkins/.vnc
[2023-07-25T09:48:37.851Z] 8.0K /home/jenkins/.m2
[2023-07-25T09:48:37.851Z] 2.2G /home/jenkins/git-repos
[2023-07-25T09:48:37.851Z] 8.0K /home/jenkins/.config
[2023-07-25T09:48:37.851Z] du: cannot read directory '/home/jenkins/virtenvs/swf': Permission denied
[2023-07-25T09:48:37.851Z] 136M /home/jenkins/virtenvs
[2023-07-25T09:48:37.851Z] 4.0K /home/jenkins/.cekit
[2023-07-25T09:48:37.851Z] 33M /home/jenkins/remoting
[2023-07-25T09:48:37.851Z] 0 /home/jenkins/.cache
[2023-07-25T09:48:37.851Z] 12M /home/jenkins/workspace
[2023-07-25T09:48:37.851Z] 145M /home/jenkins/tools
[2023-07-25T09:48:37.851Z] 0 /home/jenkins/caches
[2023-07-25T09:48:37.851Z] 20M /home/jenkins/.npm
[2023-07-25T09:48:37.851Z] 2.5G /home/jenkins
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
[2023-07-25T09:48:37.932Z] Error when checking the space on node ... hudson.AbortException: script returned exit code 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:48:38.302Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-07-25T09:48:38.372Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-07-25T09:48:38.673Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-07-25T09:48:40.558Z]
[2023-07-25T09:48:40.558Z] changed 95 packages, and audited 96 packages in 2s
[2023-07-25T09:48:40.558Z]
[2023-07-25T09:48:40.558Z] 5 packages are looking for funding
[2023-07-25T09:48:40.558Z] run `npm fund` for details
[2023-07-25T09:48:40.558Z]
[2023-07-25T09:48:40.558Z] found 0 vulnerabilities
[Pipeline] sh
[2023-07-25T09:48:40.865Z] + npm list -g
[2023-07-25T09:48:40.866Z] + grep build-chain
[2023-07-25T09:48:41.425Z] ├── @kie/[email protected]
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:48:41.934Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-07-25T09:48:41.963Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2023-07-25T09:48:41.991Z] provisioning config files...
[2023-07-25T09:48:41.996Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps@tmp/config9663039312172044069tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-07-25T09:48:42.043Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-07-25T09:48:42.102Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps@tmp/config9663039312172044069tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-07-25T09:48:42.127Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-07-25T09:48:42.127Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-07-25T09:48:42.127Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-07-25T09:48:42.394Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-07-25T09:48:42.394Z] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps@tmp/durable-caf8baf5/script.sh: line 2: /home/jenkins/virtenvs/swf/bin/activate: Permission denied
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-25T09:48:42.467Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:48:42.883Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-25T09:48:42.924Z] Recording test results
[2023-07-25T09:48:42.943Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-25T09:48:42.963Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-25T09:48:43.415Z] + rm -rf console.log
[Pipeline] sh

@fjtirado
Copy link
Contributor Author

jenkins retest this

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 25, 2023

(tests) - kogito-runtimes job #2933 was: UNSTABLE
Possible explanation: This should be test failures

Reproducer

export BUILD_MVN_OPTS_CURRENT=-T 1C -Dvalidate-formatting -Prun-code-coverage
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-runtimes -u https://github.com/kiegroup/kogito-runtimes/pull/3133 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.kogito-runtimes/2933/display/redirect

Test results:

  • PASSED: 3350
  • FAILED: 7

Those are the test failures:

org.kie.kogito.serverless.workflow.executor.PythonFluentWorkflowApplicationTest.testPythonWithArgs no jep in java.library.path: [/usr/lib/jvm/java-11-openjdk-11.0.20.0.8-2.el8.x86_64/lib/server, /usr/lib/jvm/java-11-openjdk-11.0.20.0.8-2.el8.x86_64/lib, /usr/lib/jvm/java-11-openjdk-11.0.20.0.8-2.el8.x86_64/../lib, /opt/tools/graalvm/lib/server, /usr/java/packages/lib, /usr/lib64, /lib64, /lib, /usr/lib]
org.kie.kogito.serverless.workflow.executor.PythonFluentWorkflowApplicationTest.testNotStandardPythonService The main Python interpreter previously failed to initialize.
org.kie.kogito.serverless.workflow.executor.PythonFluentWorkflowApplicationTest.testPythonService The main Python interpreter previously failed to initialize.
org.kie.kogito.serverless.workflow.executor.PythonFluentWorkflowApplicationTest.testPythonNoArgs The main Python interpreter previously failed to initialize.
org.kie.kogito.process.definitions.ProcessDefinitionsResourceTest.testAddDefinition io.quarkus.bootstrap.BootstrapException: Failed to create the application model for org.kie.kogito:kogito-addons-quarkus-process-definitions::jar:2.0.0-SNAPSHOTnull
org.kie.kogito.quarkus.workflows.PythonFlowIT.testPythonService 1 expectation failed.
Expected status code <201> but was <500>.
org.kie.kogito.quarkus.workflows.PythonFlowIT.testPythonScript 1 expectation failed.
Expected status code <201> but was <500>.

@fjtirado
Copy link
Contributor Author

jenkins kogito-runtimes run tests

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 25, 2023

(tests) - kogito-runtimes job #2935 was: UNSTABLE
Possible explanation: This should be test failures

Reproducer

export BUILD_MVN_OPTS_CURRENT=-T 1C -Dvalidate-formatting -Prun-code-coverage
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-runtimes -u https://github.com/kiegroup/kogito-runtimes/pull/3133 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.kogito-runtimes/2935/display/redirect

Test results:

  • PASSED: 3356
  • FAILED: 1

Those are the test failures:

org.kie.kogito.process.definitions.ProcessDefinitionsResourceTest.testAddDefinition io.quarkus.bootstrap.BootstrapException: Failed to create the application model for org.kie.kogito:kogito-addons-quarkus-process-definitions::jar:2.0.0-SNAPSHOTnull

@fjtirado
Copy link
Contributor Author

jenkins run kogito-runtimes tests

@fjtirado
Copy link
Contributor Author

jenkins run kogito-runtimes tests

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 25, 2023

(tests) - kogito-runtimes job #2939 was: UNSTABLE
Possible explanation: This should be test failures

Reproducer

export BUILD_MVN_OPTS_CURRENT=-T 1C -Dvalidate-formatting -Prun-code-coverage
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-runtimes -u https://github.com/kiegroup/kogito-runtimes/pull/3133 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.kogito-runtimes/2939/display/redirect

Test results:

  • PASSED: 3356
  • FAILED: 1

Those are the test failures:

org.kie.kogito.process.definitions.ProcessDefinitionsResourceTest.testAddDefinition io.quarkus.bootstrap.BootstrapException: Failed to create the application model for org.kie.kogito:kogito-addons-quarkus-process-definitions::jar:2.0.0-SNAPSHOTnull

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 25, 2023

(tests) - kogito-runtimes job #2940 was: UNSTABLE
Possible explanation: This should be test failures

Reproducer

export BUILD_MVN_OPTS_CURRENT=-T 1C -Dvalidate-formatting -Prun-code-coverage
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-runtimes -u https://github.com/kiegroup/kogito-runtimes/pull/3133 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.kogito-runtimes/2940/display/redirect

Test results:

  • PASSED: 3356
  • FAILED: 1

Those are the test failures:

org.kie.kogito.process.definitions.ProcessDefinitionsResourceTest.testAddDefinition io.quarkus.bootstrap.BootstrapException: Failed to create the application model for org.kie.kogito:kogito-addons-quarkus-process-definitions::jar:2.0.0-SNAPSHOTnull

@sonarcloud
Copy link

sonarcloud bot commented Jul 26, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

90.9% 90.9% Coverage
0.0% 0.0% Duplication

@fjtirado fjtirado merged commit 1e73b24 into apache:main Jul 26, 2023
7 checks passed
Comment on lines +38 to +42
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-persistence-rocksdb-deployment</artifactId>
<scope>test</scope>
</dependency>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fjtirado So this means we will now always be testing the RocksDB implementation? We should be testing in-memory as well, I think, wdyt?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fjtirado another point, if you use postgresql here, it would be easier to include this new addon as part of the prod build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants